434ea2f0eda8a889a5baeea7ddcb721a30e8e70d
[StratumLibrary.git] / packages / Newtonsoft.Json.7.0.1 / lib / portable-net451000001000110wp801000001000110win8 0wpa81 0dnxcore50 / Newtonsoft.Json.xml
1 <?xml version="1.0"?>\r
2 <doc>\r
3     <assembly>\r
4         <name>Newtonsoft.Json</name>\r
5     </assembly>\r
6     <members>\r
7         <member name="T:Newtonsoft.Json.Bson.BsonObjectId">\r
8             <summary>\r
9             Represents a BSON Oid (object id).\r
10             </summary>\r
11         </member>\r
12         <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">\r
13             <summary>\r
14             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.\r
15             </summary>\r
16             <param name="value">The Oid value.</param>\r
17         </member>\r
18         <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">\r
19             <summary>\r
20             Gets or sets the value of the Oid.\r
21             </summary>\r
22             <value>The value of the Oid.</value>\r
23         </member>\r
24         <member name="T:Newtonsoft.Json.Bson.BsonReader">\r
25             <summary>\r
26             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
27             </summary>\r
28         </member>\r
29         <member name="T:Newtonsoft.Json.JsonReader">\r
30             <summary>\r
31             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
32             </summary>\r
33         </member>\r
34         <member name="M:Newtonsoft.Json.JsonReader.#ctor">\r
35             <summary>\r
36             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.\r
37             </summary>\r
38         </member>\r
39         <member name="M:Newtonsoft.Json.JsonReader.Read">\r
40             <summary>\r
41             Reads the next JSON token from the stream.\r
42             </summary>\r
43             <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>\r
44         </member>\r
45         <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32">\r
46             <summary>\r
47             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
48             </summary>\r
49             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
50         </member>\r
51         <member name="M:Newtonsoft.Json.JsonReader.ReadAsString">\r
52             <summary>\r
53             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
54             </summary>\r
55             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
56         </member>\r
57         <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">\r
58             <summary>\r
59             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
60             </summary>\r
61             <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns>\r
62         </member>\r
63         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">\r
64             <summary>\r
65             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
66             </summary>\r
67             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
68         </member>\r
69         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime">\r
70             <summary>\r
71             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
72             </summary>\r
73             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
74         </member>\r
75         <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset">\r
76             <summary>\r
77             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
78             </summary>\r
79             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
80         </member>\r
81         <member name="M:Newtonsoft.Json.JsonReader.Skip">\r
82             <summary>\r
83             Skips the children of the current token.\r
84             </summary>\r
85         </member>\r
86         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">\r
87             <summary>\r
88             Sets the current token.\r
89             </summary>\r
90             <param name="newToken">The new token.</param>\r
91         </member>\r
92         <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">\r
93             <summary>\r
94             Sets the current token and value.\r
95             </summary>\r
96             <param name="newToken">The new token.</param>\r
97             <param name="value">The value.</param>\r
98         </member>\r
99         <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">\r
100             <summary>\r
101             Sets the state based on current token type.\r
102             </summary>\r
103         </member>\r
104         <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">\r
105             <summary>\r
106             Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.\r
107             </summary>\r
108         </member>\r
109         <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">\r
110             <summary>\r
111             Releases unmanaged and - optionally - managed resources\r
112             </summary>\r
113             <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>\r
114         </member>\r
115         <member name="M:Newtonsoft.Json.JsonReader.Close">\r
116             <summary>\r
117             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. \r
118             </summary>\r
119         </member>\r
120         <member name="P:Newtonsoft.Json.JsonReader.CurrentState">\r
121             <summary>\r
122             Gets the current reader state.\r
123             </summary>\r
124             <value>The current reader state.</value>\r
125         </member>\r
126         <member name="P:Newtonsoft.Json.JsonReader.CloseInput">\r
127             <summary>\r
128             Gets or sets a value indicating whether the underlying stream or\r
129             <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.\r
130             </summary>\r
131             <value>\r
132             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when\r
133             the reader is closed; otherwise false. The default is true.\r
134             </value>\r
135         </member>\r
136         <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent">\r
137             <summary>\r
138             Gets or sets a value indicating whether multiple pieces of JSON content can\r
139             be read from a continuous stream without erroring.\r
140             </summary>\r
141             <value>\r
142             true to support reading multiple pieces of JSON content; otherwise false. The default is false.\r
143             </value>\r
144         </member>\r
145         <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">\r
146             <summary>\r
147             Gets the quotation mark character used to enclose the value of a string.\r
148             </summary>\r
149         </member>\r
150         <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling">\r
151             <summary>\r
152             Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON.\r
153             </summary>\r
154         </member>\r
155         <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling">\r
156             <summary>\r
157             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
158             </summary>\r
159         </member>\r
160         <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling">\r
161             <summary>\r
162             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
163             </summary>\r
164         </member>\r
165         <member name="P:Newtonsoft.Json.JsonReader.DateFormatString">\r
166             <summary>\r
167             Get or set how custom date formatted strings are parsed when reading JSON.\r
168             </summary>\r
169         </member>\r
170         <member name="P:Newtonsoft.Json.JsonReader.MaxDepth">\r
171             <summary>\r
172             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
173             </summary>\r
174         </member>\r
175         <member name="P:Newtonsoft.Json.JsonReader.TokenType">\r
176             <summary>\r
177             Gets the type of the current JSON token. \r
178             </summary>\r
179         </member>\r
180         <member name="P:Newtonsoft.Json.JsonReader.Value">\r
181             <summary>\r
182             Gets the text value of the current JSON token.\r
183             </summary>\r
184         </member>\r
185         <member name="P:Newtonsoft.Json.JsonReader.ValueType">\r
186             <summary>\r
187             Gets The Common Language Runtime (CLR) type for the current JSON token.\r
188             </summary>\r
189         </member>\r
190         <member name="P:Newtonsoft.Json.JsonReader.Depth">\r
191             <summary>\r
192             Gets the depth of the current token in the JSON document.\r
193             </summary>\r
194             <value>The depth of the current token in the JSON document.</value>\r
195         </member>\r
196         <member name="P:Newtonsoft.Json.JsonReader.Path">\r
197             <summary>\r
198             Gets the path of the current JSON token. \r
199             </summary>\r
200         </member>\r
201         <member name="P:Newtonsoft.Json.JsonReader.Culture">\r
202             <summary>\r
203             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
204             </summary>\r
205         </member>\r
206         <member name="T:Newtonsoft.Json.JsonReader.State">\r
207             <summary>\r
208             Specifies the state of the reader.\r
209             </summary>\r
210         </member>\r
211         <member name="F:Newtonsoft.Json.JsonReader.State.Start">\r
212             <summary>\r
213             The Read method has not been called.\r
214             </summary>\r
215         </member>\r
216         <member name="F:Newtonsoft.Json.JsonReader.State.Complete">\r
217             <summary>\r
218             The end of the file has been reached successfully.\r
219             </summary>\r
220         </member>\r
221         <member name="F:Newtonsoft.Json.JsonReader.State.Property">\r
222             <summary>\r
223             Reader is at a property.\r
224             </summary>\r
225         </member>\r
226         <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">\r
227             <summary>\r
228             Reader is at the start of an object.\r
229             </summary>\r
230         </member>\r
231         <member name="F:Newtonsoft.Json.JsonReader.State.Object">\r
232             <summary>\r
233             Reader is in an object.\r
234             </summary>\r
235         </member>\r
236         <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">\r
237             <summary>\r
238             Reader is at the start of an array.\r
239             </summary>\r
240         </member>\r
241         <member name="F:Newtonsoft.Json.JsonReader.State.Array">\r
242             <summary>\r
243             Reader is in an array.\r
244             </summary>\r
245         </member>\r
246         <member name="F:Newtonsoft.Json.JsonReader.State.Closed">\r
247             <summary>\r
248             The Close method has been called.\r
249             </summary>\r
250         </member>\r
251         <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">\r
252             <summary>\r
253             Reader has just read a value.\r
254             </summary>\r
255         </member>\r
256         <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">\r
257             <summary>\r
258             Reader is at the start of a constructor.\r
259             </summary>\r
260         </member>\r
261         <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">\r
262             <summary>\r
263             Reader in a constructor.\r
264             </summary>\r
265         </member>\r
266         <member name="F:Newtonsoft.Json.JsonReader.State.Error">\r
267             <summary>\r
268             An error occurred that prevents the read operation from continuing.\r
269             </summary>\r
270         </member>\r
271         <member name="F:Newtonsoft.Json.JsonReader.State.Finished">\r
272             <summary>\r
273             The end of the file has been reached successfully.\r
274             </summary>\r
275         </member>\r
276         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">\r
277             <summary>\r
278             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
279             </summary>\r
280             <param name="stream">The stream.</param>\r
281         </member>\r
282         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)">\r
283             <summary>\r
284             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
285             </summary>\r
286             <param name="reader">The reader.</param>\r
287         </member>\r
288         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">\r
289             <summary>\r
290             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
291             </summary>\r
292             <param name="stream">The stream.</param>\r
293             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>\r
294             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>\r
295         </member>\r
296         <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)">\r
297             <summary>\r
298             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.\r
299             </summary>\r
300             <param name="reader">The reader.</param>\r
301             <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>\r
302             <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>\r
303         </member>\r
304         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">\r
305             <summary>\r
306             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
307             </summary>\r
308             <returns>\r
309             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.\r
310             </returns>\r
311         </member>\r
312         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">\r
313             <summary>\r
314             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
315             </summary>\r
316             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
317         </member>\r
318         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsInt32">\r
319             <summary>\r
320             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
321             </summary>\r
322             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
323         </member>\r
324         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsString">\r
325             <summary>\r
326             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
327             </summary>\r
328             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
329         </member>\r
330         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime">\r
331             <summary>\r
332             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
333             </summary>\r
334             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
335         </member>\r
336         <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset">\r
337             <summary>\r
338             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
339             </summary>\r
340             <returns>\r
341             A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.\r
342             </returns>\r
343         </member>\r
344         <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">\r
345             <summary>\r
346             Reads the next JSON token from the stream.\r
347             </summary>\r
348             <returns>\r
349             true if the next token was read successfully; false if there are no more tokens to read.\r
350             </returns>\r
351         </member>\r
352         <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">\r
353             <summary>\r
354             Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.\r
355             </summary>\r
356         </member>\r
357         <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">\r
358             <summary>\r
359             Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.\r
360             </summary>\r
361             <value>\r
362                 <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.\r
363             </value>\r
364         </member>\r
365         <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">\r
366             <summary>\r
367             Gets or sets a value indicating whether the root object will be read as a JSON array.\r
368             </summary>\r
369             <value>\r
370                 <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.\r
371             </value>\r
372         </member>\r
373         <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">\r
374             <summary>\r
375             Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.\r
376             </summary>\r
377             <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>\r
378         </member>\r
379         <member name="T:Newtonsoft.Json.Bson.BsonWriter">\r
380             <summary>\r
381             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
382             </summary>\r
383         </member>\r
384         <member name="T:Newtonsoft.Json.JsonWriter">\r
385             <summary>\r
386             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
387             </summary>\r
388         </member>\r
389         <member name="M:Newtonsoft.Json.JsonWriter.#ctor">\r
390             <summary>\r
391             Creates an instance of the <c>JsonWriter</c> class. \r
392             </summary>\r
393         </member>\r
394         <member name="M:Newtonsoft.Json.JsonWriter.Flush">\r
395             <summary>\r
396             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
397             </summary>\r
398         </member>\r
399         <member name="M:Newtonsoft.Json.JsonWriter.Close">\r
400             <summary>\r
401             Closes this stream and the underlying stream.\r
402             </summary>\r
403         </member>\r
404         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">\r
405             <summary>\r
406             Writes the beginning of a JSON object.\r
407             </summary>\r
408         </member>\r
409         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">\r
410             <summary>\r
411             Writes the end of a JSON object.\r
412             </summary>\r
413         </member>\r
414         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">\r
415             <summary>\r
416             Writes the beginning of a JSON array.\r
417             </summary>\r
418         </member>\r
419         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">\r
420             <summary>\r
421             Writes the end of an array.\r
422             </summary>\r
423         </member>\r
424         <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">\r
425             <summary>\r
426             Writes the start of a constructor with the given name.\r
427             </summary>\r
428             <param name="name">The name of the constructor.</param>\r
429         </member>\r
430         <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">\r
431             <summary>\r
432             Writes the end constructor.\r
433             </summary>\r
434         </member>\r
435         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">\r
436             <summary>\r
437             Writes the property name of a name/value pair on a JSON object.\r
438             </summary>\r
439             <param name="name">The name of the property.</param>\r
440         </member>\r
441         <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)">\r
442             <summary>\r
443             Writes the property name of a name/value pair on a JSON object.\r
444             </summary>\r
445             <param name="name">The name of the property.</param>\r
446             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>\r
447         </member>\r
448         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">\r
449             <summary>\r
450             Writes the end of the current JSON object or array.\r
451             </summary>\r
452         </member>\r
453         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">\r
454             <summary>\r
455             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children.\r
456             </summary>\r
457             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>\r
458         </member>\r
459         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)">\r
460             <summary>\r
461             Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.\r
462             </summary>\r
463             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>\r
464             <param name="writeChildren">A flag indicating whether the current token's children should be written.</param>\r
465         </member>\r
466         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)">\r
467             <summary>\r
468             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value.\r
469             </summary>\r
470             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>\r
471             <param name="value">\r
472             The value to write.\r
473             A value is only required for tokens that have an associated value, e.g. the <see cref="T:System.String"/> property name for <see cref="F:Newtonsoft.Json.JsonToken.PropertyName"/>.\r
474             A null value can be passed to the method for token's that don't have a value, e.g. <see cref="F:Newtonsoft.Json.JsonToken.StartObject"/>.</param>\r
475         </member>\r
476         <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)">\r
477             <summary>\r
478             Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token.\r
479             </summary>\r
480             <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param>\r
481         </member>\r
482         <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
483             <summary>\r
484             Writes the specified end token.\r
485             </summary>\r
486             <param name="token">The end token to write.</param>\r
487         </member>\r
488         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">\r
489             <summary>\r
490             Writes indent characters.\r
491             </summary>\r
492         </member>\r
493         <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">\r
494             <summary>\r
495             Writes the JSON value delimiter.\r
496             </summary>\r
497         </member>\r
498         <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">\r
499             <summary>\r
500             Writes an indent space.\r
501             </summary>\r
502         </member>\r
503         <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">\r
504             <summary>\r
505             Writes a null value.\r
506             </summary>\r
507         </member>\r
508         <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">\r
509             <summary>\r
510             Writes an undefined value.\r
511             </summary>\r
512         </member>\r
513         <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">\r
514             <summary>\r
515             Writes raw JSON without changing the writer's state.\r
516             </summary>\r
517             <param name="json">The raw JSON to write.</param>\r
518         </member>\r
519         <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">\r
520             <summary>\r
521             Writes raw JSON where a value is expected and updates the writer's state.\r
522             </summary>\r
523             <param name="json">The raw JSON to write.</param>\r
524         </member>\r
525         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">\r
526             <summary>\r
527             Writes a <see cref="T:System.String"/> value.\r
528             </summary>\r
529             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
530         </member>\r
531         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">\r
532             <summary>\r
533             Writes a <see cref="T:System.Int32"/> value.\r
534             </summary>\r
535             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
536         </member>\r
537         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">\r
538             <summary>\r
539             Writes a <see cref="T:System.UInt32"/> value.\r
540             </summary>\r
541             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
542         </member>\r
543         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">\r
544             <summary>\r
545             Writes a <see cref="T:System.Int64"/> value.\r
546             </summary>\r
547             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
548         </member>\r
549         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">\r
550             <summary>\r
551             Writes a <see cref="T:System.UInt64"/> value.\r
552             </summary>\r
553             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
554         </member>\r
555         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">\r
556             <summary>\r
557             Writes a <see cref="T:System.Single"/> value.\r
558             </summary>\r
559             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
560         </member>\r
561         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">\r
562             <summary>\r
563             Writes a <see cref="T:System.Double"/> value.\r
564             </summary>\r
565             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
566         </member>\r
567         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">\r
568             <summary>\r
569             Writes a <see cref="T:System.Boolean"/> value.\r
570             </summary>\r
571             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
572         </member>\r
573         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">\r
574             <summary>\r
575             Writes a <see cref="T:System.Int16"/> value.\r
576             </summary>\r
577             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
578         </member>\r
579         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">\r
580             <summary>\r
581             Writes a <see cref="T:System.UInt16"/> value.\r
582             </summary>\r
583             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
584         </member>\r
585         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">\r
586             <summary>\r
587             Writes a <see cref="T:System.Char"/> value.\r
588             </summary>\r
589             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
590         </member>\r
591         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">\r
592             <summary>\r
593             Writes a <see cref="T:System.Byte"/> value.\r
594             </summary>\r
595             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
596         </member>\r
597         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">\r
598             <summary>\r
599             Writes a <see cref="T:System.SByte"/> value.\r
600             </summary>\r
601             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
602         </member>\r
603         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">\r
604             <summary>\r
605             Writes a <see cref="T:System.Decimal"/> value.\r
606             </summary>\r
607             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
608         </member>\r
609         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">\r
610             <summary>\r
611             Writes a <see cref="T:System.DateTime"/> value.\r
612             </summary>\r
613             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
614         </member>\r
615         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)">\r
616             <summary>\r
617             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
618             </summary>\r
619             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
620         </member>\r
621         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)">\r
622             <summary>\r
623             Writes a <see cref="T:System.Guid"/> value.\r
624             </summary>\r
625             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
626         </member>\r
627         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)">\r
628             <summary>\r
629             Writes a <see cref="T:System.TimeSpan"/> value.\r
630             </summary>\r
631             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
632         </member>\r
633         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">\r
634             <summary>\r
635             Writes a <see cref="T:System.Nullable`1"/> value.\r
636             </summary>\r
637             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
638         </member>\r
639         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">\r
640             <summary>\r
641             Writes a <see cref="T:System.Nullable`1"/> value.\r
642             </summary>\r
643             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
644         </member>\r
645         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">\r
646             <summary>\r
647             Writes a <see cref="T:System.Nullable`1"/> value.\r
648             </summary>\r
649             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
650         </member>\r
651         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">\r
652             <summary>\r
653             Writes a <see cref="T:System.Nullable`1"/> value.\r
654             </summary>\r
655             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
656         </member>\r
657         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">\r
658             <summary>\r
659             Writes a <see cref="T:System.Nullable`1"/> value.\r
660             </summary>\r
661             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
662         </member>\r
663         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">\r
664             <summary>\r
665             Writes a <see cref="T:System.Nullable`1"/> value.\r
666             </summary>\r
667             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
668         </member>\r
669         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">\r
670             <summary>\r
671             Writes a <see cref="T:System.Nullable`1"/> value.\r
672             </summary>\r
673             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
674         </member>\r
675         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">\r
676             <summary>\r
677             Writes a <see cref="T:System.Nullable`1"/> value.\r
678             </summary>\r
679             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
680         </member>\r
681         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">\r
682             <summary>\r
683             Writes a <see cref="T:System.Nullable`1"/> value.\r
684             </summary>\r
685             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
686         </member>\r
687         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">\r
688             <summary>\r
689             Writes a <see cref="T:System.Nullable`1"/> value.\r
690             </summary>\r
691             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
692         </member>\r
693         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">\r
694             <summary>\r
695             Writes a <see cref="T:System.Nullable`1"/> value.\r
696             </summary>\r
697             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
698         </member>\r
699         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">\r
700             <summary>\r
701             Writes a <see cref="T:System.Nullable`1"/> value.\r
702             </summary>\r
703             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
704         </member>\r
705         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">\r
706             <summary>\r
707             Writes a <see cref="T:System.Nullable`1"/> value.\r
708             </summary>\r
709             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
710         </member>\r
711         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">\r
712             <summary>\r
713             Writes a <see cref="T:System.Nullable`1"/> value.\r
714             </summary>\r
715             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
716         </member>\r
717         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})">\r
718             <summary>\r
719             Writes a <see cref="T:System.Nullable`1"/> value.\r
720             </summary>\r
721             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
722         </member>\r
723         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})">\r
724             <summary>\r
725             Writes a <see cref="T:System.Nullable`1"/> value.\r
726             </summary>\r
727             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
728         </member>\r
729         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})">\r
730             <summary>\r
731             Writes a <see cref="T:System.Nullable`1"/> value.\r
732             </summary>\r
733             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
734         </member>\r
735         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">\r
736             <summary>\r
737             Writes a <see cref="T:System.Byte"/>[] value.\r
738             </summary>\r
739             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
740         </member>\r
741         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)">\r
742             <summary>\r
743             Writes a <see cref="T:System.Uri"/> value.\r
744             </summary>\r
745             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
746         </member>\r
747         <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">\r
748             <summary>\r
749             Writes a <see cref="T:System.Object"/> value.\r
750             An error will raised if the value cannot be written as a single JSON token.\r
751             </summary>\r
752             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
753         </member>\r
754         <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">\r
755             <summary>\r
756             Writes out a comment <code>/*...*/</code> containing the specified text. \r
757             </summary>\r
758             <param name="text">Text to place inside the comment.</param>\r
759         </member>\r
760         <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">\r
761             <summary>\r
762             Writes out the given white space.\r
763             </summary>\r
764             <param name="ws">The string of white space characters.</param>\r
765         </member>\r
766         <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)">\r
767             <summary>\r
768             Sets the state of the JsonWriter,\r
769             </summary>\r
770             <param name="token">The JsonToken being written.</param>\r
771             <param name="value">The value being written.</param>\r
772         </member>\r
773         <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">\r
774             <summary>\r
775             Gets or sets a value indicating whether the underlying stream or\r
776             <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.\r
777             </summary>\r
778             <value>\r
779             true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when\r
780             the writer is closed; otherwise false. The default is true.\r
781             </value>\r
782         </member>\r
783         <member name="P:Newtonsoft.Json.JsonWriter.Top">\r
784             <summary>\r
785             Gets the top.\r
786             </summary>\r
787             <value>The top.</value>\r
788         </member>\r
789         <member name="P:Newtonsoft.Json.JsonWriter.WriteState">\r
790             <summary>\r
791             Gets the state of the writer.\r
792             </summary>\r
793         </member>\r
794         <member name="P:Newtonsoft.Json.JsonWriter.Path">\r
795             <summary>\r
796             Gets the path of the writer. \r
797             </summary>\r
798         </member>\r
799         <member name="P:Newtonsoft.Json.JsonWriter.Formatting">\r
800             <summary>\r
801             Indicates how JSON text output is formatted.\r
802             </summary>\r
803         </member>\r
804         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling">\r
805             <summary>\r
806             Get or set how dates are written to JSON text.\r
807             </summary>\r
808         </member>\r
809         <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling">\r
810             <summary>\r
811             Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text.\r
812             </summary>\r
813         </member>\r
814         <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling">\r
815             <summary>\r
816             Get or set how strings are escaped when writing JSON text.\r
817             </summary>\r
818         </member>\r
819         <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling">\r
820             <summary>\r
821             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
822             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
823             are written to JSON text.\r
824             </summary>\r
825         </member>\r
826         <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString">\r
827             <summary>\r
828             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text.\r
829             </summary>\r
830         </member>\r
831         <member name="P:Newtonsoft.Json.JsonWriter.Culture">\r
832             <summary>\r
833             Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
834             </summary>\r
835         </member>\r
836         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">\r
837             <summary>\r
838             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.\r
839             </summary>\r
840             <param name="stream">The stream.</param>\r
841         </member>\r
842         <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)">\r
843             <summary>\r
844             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.\r
845             </summary>\r
846             <param name="writer">The writer.</param>\r
847         </member>\r
848         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">\r
849             <summary>\r
850             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
851             </summary>\r
852         </member>\r
853         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
854             <summary>\r
855             Writes the end.\r
856             </summary>\r
857             <param name="token">The token.</param>\r
858         </member>\r
859         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">\r
860             <summary>\r
861             Writes out a comment <code>/*...*/</code> containing the specified text.\r
862             </summary>\r
863             <param name="text">Text to place inside the comment.</param>\r
864         </member>\r
865         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">\r
866             <summary>\r
867             Writes the start of a constructor with the given name.\r
868             </summary>\r
869             <param name="name">The name of the constructor.</param>\r
870         </member>\r
871         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">\r
872             <summary>\r
873             Writes raw JSON.\r
874             </summary>\r
875             <param name="json">The raw JSON to write.</param>\r
876         </member>\r
877         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">\r
878             <summary>\r
879             Writes raw JSON where a value is expected and updates the writer's state.\r
880             </summary>\r
881             <param name="json">The raw JSON to write.</param>\r
882         </member>\r
883         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">\r
884             <summary>\r
885             Writes the beginning of a JSON array.\r
886             </summary>\r
887         </member>\r
888         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">\r
889             <summary>\r
890             Writes the beginning of a JSON object.\r
891             </summary>\r
892         </member>\r
893         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">\r
894             <summary>\r
895             Writes the property name of a name/value pair on a JSON object.\r
896             </summary>\r
897             <param name="name">The name of the property.</param>\r
898         </member>\r
899         <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">\r
900             <summary>\r
901             Closes this stream and the underlying stream.\r
902             </summary>\r
903         </member>\r
904         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)">\r
905             <summary>\r
906             Writes a <see cref="T:System.Object"/> value.\r
907             An error will raised if the value cannot be written as a single JSON token.\r
908             </summary>\r
909             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
910         </member>\r
911         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">\r
912             <summary>\r
913             Writes a null value.\r
914             </summary>\r
915         </member>\r
916         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">\r
917             <summary>\r
918             Writes an undefined value.\r
919             </summary>\r
920         </member>\r
921         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">\r
922             <summary>\r
923             Writes a <see cref="T:System.String"/> value.\r
924             </summary>\r
925             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
926         </member>\r
927         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">\r
928             <summary>\r
929             Writes a <see cref="T:System.Int32"/> value.\r
930             </summary>\r
931             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
932         </member>\r
933         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">\r
934             <summary>\r
935             Writes a <see cref="T:System.UInt32"/> value.\r
936             </summary>\r
937             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
938         </member>\r
939         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">\r
940             <summary>\r
941             Writes a <see cref="T:System.Int64"/> value.\r
942             </summary>\r
943             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
944         </member>\r
945         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">\r
946             <summary>\r
947             Writes a <see cref="T:System.UInt64"/> value.\r
948             </summary>\r
949             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
950         </member>\r
951         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">\r
952             <summary>\r
953             Writes a <see cref="T:System.Single"/> value.\r
954             </summary>\r
955             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
956         </member>\r
957         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">\r
958             <summary>\r
959             Writes a <see cref="T:System.Double"/> value.\r
960             </summary>\r
961             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
962         </member>\r
963         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">\r
964             <summary>\r
965             Writes a <see cref="T:System.Boolean"/> value.\r
966             </summary>\r
967             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
968         </member>\r
969         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">\r
970             <summary>\r
971             Writes a <see cref="T:System.Int16"/> value.\r
972             </summary>\r
973             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
974         </member>\r
975         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">\r
976             <summary>\r
977             Writes a <see cref="T:System.UInt16"/> value.\r
978             </summary>\r
979             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
980         </member>\r
981         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">\r
982             <summary>\r
983             Writes a <see cref="T:System.Char"/> value.\r
984             </summary>\r
985             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
986         </member>\r
987         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">\r
988             <summary>\r
989             Writes a <see cref="T:System.Byte"/> value.\r
990             </summary>\r
991             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
992         </member>\r
993         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">\r
994             <summary>\r
995             Writes a <see cref="T:System.SByte"/> value.\r
996             </summary>\r
997             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
998         </member>\r
999         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">\r
1000             <summary>\r
1001             Writes a <see cref="T:System.Decimal"/> value.\r
1002             </summary>\r
1003             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
1004         </member>\r
1005         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">\r
1006             <summary>\r
1007             Writes a <see cref="T:System.DateTime"/> value.\r
1008             </summary>\r
1009             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
1010         </member>\r
1011         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)">\r
1012             <summary>\r
1013             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
1014             </summary>\r
1015             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
1016         </member>\r
1017         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">\r
1018             <summary>\r
1019             Writes a <see cref="T:System.Byte"/>[] value.\r
1020             </summary>\r
1021             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
1022         </member>\r
1023         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)">\r
1024             <summary>\r
1025             Writes a <see cref="T:System.Guid"/> value.\r
1026             </summary>\r
1027             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
1028         </member>\r
1029         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)">\r
1030             <summary>\r
1031             Writes a <see cref="T:System.TimeSpan"/> value.\r
1032             </summary>\r
1033             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
1034         </member>\r
1035         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)">\r
1036             <summary>\r
1037             Writes a <see cref="T:System.Uri"/> value.\r
1038             </summary>\r
1039             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
1040         </member>\r
1041         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">\r
1042             <summary>\r
1043             Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id.\r
1044             </summary>\r
1045             <param name="value">The Object ID value to write.</param>\r
1046         </member>\r
1047         <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">\r
1048             <summary>\r
1049             Writes a BSON regex.\r
1050             </summary>\r
1051             <param name="pattern">The regex pattern.</param>\r
1052             <param name="options">The regex options.</param>\r
1053         </member>\r
1054         <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">\r
1055             <summary>\r
1056             Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.\r
1057             When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.\r
1058             </summary>\r
1059             <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>\r
1060         </member>\r
1061         <member name="T:Newtonsoft.Json.ConstructorHandling">\r
1062             <summary>\r
1063             Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
1064             </summary>\r
1065         </member>\r
1066         <member name="F:Newtonsoft.Json.ConstructorHandling.Default">\r
1067             <summary>\r
1068             First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor.\r
1069             </summary>\r
1070         </member>\r
1071         <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">\r
1072             <summary>\r
1073             Json.NET will use a non-public default constructor before falling back to a paramatized constructor.\r
1074             </summary>\r
1075         </member>\r
1076         <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">\r
1077             <summary>\r
1078             Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.\r
1079             </summary>\r
1080         </member>\r
1081         <member name="T:Newtonsoft.Json.JsonConverter">\r
1082             <summary>\r
1083             Converts an object to and from JSON.\r
1084             </summary>\r
1085         </member>\r
1086         <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1087             <summary>\r
1088             Writes the JSON representation of the object.\r
1089             </summary>\r
1090             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1091             <param name="value">The value.</param>\r
1092             <param name="serializer">The calling serializer.</param>\r
1093         </member>\r
1094         <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1095             <summary>\r
1096             Reads the JSON representation of the object.\r
1097             </summary>\r
1098             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1099             <param name="objectType">Type of the object.</param>\r
1100             <param name="existingValue">The existing value of object being read.</param>\r
1101             <param name="serializer">The calling serializer.</param>\r
1102             <returns>The object value.</returns>\r
1103         </member>\r
1104         <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">\r
1105             <summary>\r
1106             Determines whether this instance can convert the specified object type.\r
1107             </summary>\r
1108             <param name="objectType">Type of the object.</param>\r
1109             <returns>\r
1110                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1111             </returns>\r
1112         </member>\r
1113         <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">\r
1114             <summary>\r
1115             <para>\r
1116             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.\r
1117             </para>\r
1118             <note type="caution">\r
1119             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
1120             </note>\r
1121             </summary>\r
1122             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>\r
1123         </member>\r
1124         <member name="P:Newtonsoft.Json.JsonConverter.CanRead">\r
1125             <summary>\r
1126             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.\r
1127             </summary>\r
1128             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>\r
1129         </member>\r
1130         <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">\r
1131             <summary>\r
1132             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1133             </summary>\r
1134             <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>\r
1135         </member>\r
1136         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1137             <summary>\r
1138             Writes the JSON representation of the object.\r
1139             </summary>\r
1140             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1141             <param name="value">The value.</param>\r
1142             <param name="serializer">The calling serializer.</param>\r
1143         </member>\r
1144         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1145             <summary>\r
1146             Reads the JSON representation of the object.\r
1147             </summary>\r
1148             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1149             <param name="objectType">Type of the object.</param>\r
1150             <param name="existingValue">The existing value of object being read.</param>\r
1151             <param name="serializer">The calling serializer.</param>\r
1152             <returns>The object value.</returns>\r
1153         </member>\r
1154         <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">\r
1155             <summary>\r
1156             Determines whether this instance can convert the specified object type.\r
1157             </summary>\r
1158             <param name="objectType">Type of the object.</param>\r
1159             <returns>\r
1160                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1161             </returns>\r
1162         </member>\r
1163         <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">\r
1164             <summary>\r
1165             Create a custom object\r
1166             </summary>\r
1167             <typeparam name="T">The object type to convert.</typeparam>\r
1168         </member>\r
1169         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1170             <summary>\r
1171             Writes the JSON representation of the object.\r
1172             </summary>\r
1173             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1174             <param name="value">The value.</param>\r
1175             <param name="serializer">The calling serializer.</param>\r
1176         </member>\r
1177         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1178             <summary>\r
1179             Reads the JSON representation of the object.\r
1180             </summary>\r
1181             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1182             <param name="objectType">Type of the object.</param>\r
1183             <param name="existingValue">The existing value of object being read.</param>\r
1184             <param name="serializer">The calling serializer.</param>\r
1185             <returns>The object value.</returns>\r
1186         </member>\r
1187         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">\r
1188             <summary>\r
1189             Creates an object which will then be populated by the serializer.\r
1190             </summary>\r
1191             <param name="objectType">Type of the object.</param>\r
1192             <returns>The created object.</returns>\r
1193         </member>\r
1194         <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">\r
1195             <summary>\r
1196             Determines whether this instance can convert the specified object type.\r
1197             </summary>\r
1198             <param name="objectType">Type of the object.</param>\r
1199             <returns>\r
1200                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1201             </returns>\r
1202         </member>\r
1203         <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">\r
1204             <summary>\r
1205             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1206             </summary>\r
1207             <value>\r
1208                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.\r
1209             </value>\r
1210         </member>\r
1211         <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">\r
1212             <summary>\r
1213             Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.\r
1214             </summary>\r
1215         </member>\r
1216         <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">\r
1217             <summary>\r
1218             Determines whether this instance can convert the specified object type.\r
1219             </summary>\r
1220             <param name="objectType">Type of the object.</param>\r
1221             <returns>\r
1222                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1223             </returns>\r
1224         </member>\r
1225         <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter">\r
1226             <summary>\r
1227             Converts a F# discriminated union type to and from JSON.\r
1228             </summary>\r
1229         </member>\r
1230         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1231             <summary>\r
1232             Writes the JSON representation of the object.\r
1233             </summary>\r
1234             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1235             <param name="value">The value.</param>\r
1236             <param name="serializer">The calling serializer.</param>\r
1237         </member>\r
1238         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1239             <summary>\r
1240             Reads the JSON representation of the object.\r
1241             </summary>\r
1242             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1243             <param name="objectType">Type of the object.</param>\r
1244             <param name="existingValue">The existing value of object being read.</param>\r
1245             <param name="serializer">The calling serializer.</param>\r
1246             <returns>The object value.</returns>\r
1247         </member>\r
1248         <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)">\r
1249             <summary>\r
1250             Determines whether this instance can convert the specified object type.\r
1251             </summary>\r
1252             <param name="objectType">Type of the object.</param>\r
1253             <returns>\r
1254                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1255             </returns>\r
1256         </member>\r
1257         <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">\r
1258             <summary>\r
1259             Converts an ExpandoObject to and from JSON.\r
1260             </summary>\r
1261         </member>\r
1262         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1263             <summary>\r
1264             Writes the JSON representation of the object.\r
1265             </summary>\r
1266             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1267             <param name="value">The value.</param>\r
1268             <param name="serializer">The calling serializer.</param>\r
1269         </member>\r
1270         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1271             <summary>\r
1272             Reads the JSON representation of the object.\r
1273             </summary>\r
1274             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1275             <param name="objectType">Type of the object.</param>\r
1276             <param name="existingValue">The existing value of object being read.</param>\r
1277             <param name="serializer">The calling serializer.</param>\r
1278             <returns>The object value.</returns>\r
1279         </member>\r
1280         <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">\r
1281             <summary>\r
1282             Determines whether this instance can convert the specified object type.\r
1283             </summary>\r
1284             <param name="objectType">Type of the object.</param>\r
1285             <returns>\r
1286                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1287             </returns>\r
1288         </member>\r
1289         <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">\r
1290             <summary>\r
1291             Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.\r
1292             </summary>\r
1293             <value>\r
1294                 <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.\r
1295             </value>\r
1296         </member>\r
1297         <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">\r
1298             <summary>\r
1299             Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).\r
1300             </summary>\r
1301         </member>\r
1302         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1303             <summary>\r
1304             Writes the JSON representation of the object.\r
1305             </summary>\r
1306             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1307             <param name="value">The value.</param>\r
1308             <param name="serializer">The calling serializer.</param>\r
1309         </member>\r
1310         <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1311             <summary>\r
1312             Reads the JSON representation of the object.\r
1313             </summary>\r
1314             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1315             <param name="objectType">Type of the object.</param>\r
1316             <param name="existingValue">The existing value of object being read.</param>\r
1317             <param name="serializer">The calling serializer.</param>\r
1318             <returns>The object value.</returns>\r
1319         </member>\r
1320         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles">\r
1321             <summary>\r
1322             Gets or sets the date time styles used when converting a date to and from JSON.\r
1323             </summary>\r
1324             <value>The date time styles used when converting a date to and from JSON.</value>\r
1325         </member>\r
1326         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat">\r
1327             <summary>\r
1328             Gets or sets the date time format used when converting a date to and from JSON.\r
1329             </summary>\r
1330             <value>The date time format used when converting a date to and from JSON.</value>\r
1331         </member>\r
1332         <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture">\r
1333             <summary>\r
1334             Gets or sets the culture used when converting a date to and from JSON.\r
1335             </summary>\r
1336             <value>The culture used when converting a date to and from JSON.</value>\r
1337         </member>\r
1338         <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter">\r
1339             <summary>\r
1340             Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)).\r
1341             </summary>\r
1342         </member>\r
1343         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1344             <summary>\r
1345             Writes the JSON representation of the object.\r
1346             </summary>\r
1347             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1348             <param name="value">The value.</param>\r
1349             <param name="serializer">The calling serializer.</param>\r
1350         </member>\r
1351         <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1352             <summary>\r
1353             Reads the JSON representation of the object.\r
1354             </summary>\r
1355             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1356             <param name="objectType">Type of the object.</param>\r
1357             <param name="existingValue">The existing property value of the JSON that is being converted.</param>\r
1358             <param name="serializer">The calling serializer.</param>\r
1359             <returns>The object value.</returns>\r
1360         </member>\r
1361         <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">\r
1362             <summary>\r
1363             Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.\r
1364             </summary>\r
1365         </member>\r
1366         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1367             <summary>\r
1368             Writes the JSON representation of the object.\r
1369             </summary>\r
1370             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1371             <param name="value">The value.</param>\r
1372             <param name="serializer">The calling serializer.</param>\r
1373         </member>\r
1374         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1375             <summary>\r
1376             Reads the JSON representation of the object.\r
1377             </summary>\r
1378             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1379             <param name="objectType">Type of the object.</param>\r
1380             <param name="existingValue">The existing value of object being read.</param>\r
1381             <param name="serializer">The calling serializer.</param>\r
1382             <returns>The object value.</returns>\r
1383         </member>\r
1384         <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">\r
1385             <summary>\r
1386             Determines whether this instance can convert the specified object type.\r
1387             </summary>\r
1388             <param name="objectType">Type of the object.</param>\r
1389             <returns>\r
1390                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1391             </returns>\r
1392         </member>\r
1393         <member name="T:Newtonsoft.Json.Converters.RegexConverter">\r
1394             <summary>\r
1395             Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.\r
1396             </summary>\r
1397         </member>\r
1398         <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1399             <summary>\r
1400             Writes the JSON representation of the object.\r
1401             </summary>\r
1402             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1403             <param name="value">The value.</param>\r
1404             <param name="serializer">The calling serializer.</param>\r
1405         </member>\r
1406         <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1407             <summary>\r
1408             Reads the JSON representation of the object.\r
1409             </summary>\r
1410             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1411             <param name="objectType">Type of the object.</param>\r
1412             <param name="existingValue">The existing value of object being read.</param>\r
1413             <param name="serializer">The calling serializer.</param>\r
1414             <returns>The object value.</returns>\r
1415         </member>\r
1416         <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">\r
1417             <summary>\r
1418             Determines whether this instance can convert the specified object type.\r
1419             </summary>\r
1420             <param name="objectType">Type of the object.</param>\r
1421             <returns>\r
1422                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1423             </returns>\r
1424         </member>\r
1425         <member name="T:Newtonsoft.Json.Converters.StringEnumConverter">\r
1426             <summary>\r
1427             Converts an <see cref="T:System.Enum"/> to and from its name string value.\r
1428             </summary>\r
1429         </member>\r
1430         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor">\r
1431             <summary>\r
1432             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class.\r
1433             </summary>\r
1434         </member>\r
1435         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1436             <summary>\r
1437             Writes the JSON representation of the object.\r
1438             </summary>\r
1439             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1440             <param name="value">The value.</param>\r
1441             <param name="serializer">The calling serializer.</param>\r
1442         </member>\r
1443         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1444             <summary>\r
1445             Reads the JSON representation of the object.\r
1446             </summary>\r
1447             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1448             <param name="objectType">Type of the object.</param>\r
1449             <param name="existingValue">The existing value of object being read.</param>\r
1450             <param name="serializer">The calling serializer.</param>\r
1451             <returns>The object value.</returns>\r
1452         </member>\r
1453         <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)">\r
1454             <summary>\r
1455             Determines whether this instance can convert the specified object type.\r
1456             </summary>\r
1457             <param name="objectType">Type of the object.</param>\r
1458             <returns>\r
1459             <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1460             </returns>\r
1461         </member>\r
1462         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText">\r
1463             <summary>\r
1464             Gets or sets a value indicating whether the written enum text should be camel case.\r
1465             </summary>\r
1466             <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value>\r
1467         </member>\r
1468         <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues">\r
1469             <summary>\r
1470             Gets or sets a value indicating whether integer values are allowed.\r
1471             </summary>\r
1472             <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value>\r
1473         </member>\r
1474         <member name="T:Newtonsoft.Json.Converters.VersionConverter">\r
1475             <summary>\r
1476             Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4").\r
1477             </summary>\r
1478         </member>\r
1479         <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1480             <summary>\r
1481             Writes the JSON representation of the object.\r
1482             </summary>\r
1483             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1484             <param name="value">The value.</param>\r
1485             <param name="serializer">The calling serializer.</param>\r
1486         </member>\r
1487         <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1488             <summary>\r
1489             Reads the JSON representation of the object.\r
1490             </summary>\r
1491             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1492             <param name="objectType">Type of the object.</param>\r
1493             <param name="existingValue">The existing property value of the JSON that is being converted.</param>\r
1494             <param name="serializer">The calling serializer.</param>\r
1495             <returns>The object value.</returns>\r
1496         </member>\r
1497         <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)">\r
1498             <summary>\r
1499             Determines whether this instance can convert the specified object type.\r
1500             </summary>\r
1501             <param name="objectType">Type of the object.</param>\r
1502             <returns>\r
1503                 <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.\r
1504             </returns>\r
1505         </member>\r
1506         <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter">\r
1507             <summary>\r
1508             Converts XML to and from JSON.\r
1509             </summary>\r
1510         </member>\r
1511         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1512             <summary>\r
1513             Writes the JSON representation of the object.\r
1514             </summary>\r
1515             <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>\r
1516             <param name="serializer">The calling serializer.</param>\r
1517             <param name="value">The value.</param>\r
1518         </member>\r
1519         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">\r
1520             <summary>\r
1521             Reads the JSON representation of the object.\r
1522             </summary>\r
1523             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>\r
1524             <param name="objectType">Type of the object.</param>\r
1525             <param name="existingValue">The existing value of object being read.</param>\r
1526             <param name="serializer">The calling serializer.</param>\r
1527             <returns>The object value.</returns>\r
1528         </member>\r
1529         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">\r
1530             <summary>\r
1531             Checks if the attributeName is a namespace attribute.\r
1532             </summary>\r
1533             <param name="attributeName">Attribute name to test.</param>\r
1534             <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>\r
1535             <returns>True if attribute name is for a namespace attribute, otherwise false.</returns>\r
1536         </member>\r
1537         <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)">\r
1538             <summary>\r
1539             Determines whether this instance can convert the specified value type.\r
1540             </summary>\r
1541             <param name="valueType">Type of the value.</param>\r
1542             <returns>\r
1543                 <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.\r
1544             </returns>\r
1545         </member>\r
1546         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName">\r
1547             <summary>\r
1548             Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.\r
1549             </summary>\r
1550             <value>The name of the deserialize root element.</value>\r
1551         </member>\r
1552         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute">\r
1553             <summary>\r
1554             Gets or sets a flag to indicate whether to write the Json.NET array attribute.\r
1555             This attribute helps preserve arrays when converting the written XML back to JSON.\r
1556             </summary>\r
1557             <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value>\r
1558         </member>\r
1559         <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject">\r
1560             <summary>\r
1561             Gets or sets a value indicating whether to write the root JSON object.\r
1562             </summary>\r
1563             <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value>\r
1564         </member>\r
1565         <member name="T:Newtonsoft.Json.DateFormatHandling">\r
1566             <summary>\r
1567             Specifies how dates are formatted when writing JSON text.\r
1568             </summary>\r
1569         </member>\r
1570         <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat">\r
1571             <summary>\r
1572             Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".\r
1573             </summary>\r
1574         </member>\r
1575         <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat">\r
1576             <summary>\r
1577             Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".\r
1578             </summary>\r
1579         </member>\r
1580         <member name="T:Newtonsoft.Json.DateParseHandling">\r
1581             <summary>\r
1582             Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.\r
1583             </summary>\r
1584         </member>\r
1585         <member name="F:Newtonsoft.Json.DateParseHandling.None">\r
1586             <summary>\r
1587             Date formatted strings are not parsed to a date type and are read as strings.\r
1588             </summary>\r
1589         </member>\r
1590         <member name="F:Newtonsoft.Json.DateParseHandling.DateTime">\r
1591             <summary>\r
1592             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>.\r
1593             </summary>\r
1594         </member>\r
1595         <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset">\r
1596             <summary>\r
1597             Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>.\r
1598             </summary>\r
1599         </member>\r
1600         <member name="T:Newtonsoft.Json.DateTimeZoneHandling">\r
1601             <summary>\r
1602             Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>.\r
1603             </summary>\r
1604         </member>\r
1605         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local">\r
1606             <summary>\r
1607             Treat as local time. If the <see cref="T:System.DateTime"/> object represents a Coordinated Universal Time (UTC), it is converted to the local time.\r
1608             </summary>\r
1609         </member>\r
1610         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc">\r
1611             <summary>\r
1612             Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC.\r
1613             </summary>\r
1614         </member>\r
1615         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified">\r
1616             <summary>\r
1617             Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string.\r
1618             If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified.\r
1619             </summary>\r
1620         </member>\r
1621         <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind">\r
1622             <summary>\r
1623             Time zone information should be preserved when converting.\r
1624             </summary>\r
1625         </member>\r
1626         <member name="T:Newtonsoft.Json.DefaultValueHandling">\r
1627             <summary>\r
1628             Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
1629             </summary>\r
1630             <example>\r
1631               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class"/>\r
1632               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example"/>\r
1633             </example>\r
1634         </member>\r
1635         <member name="F:Newtonsoft.Json.DefaultValueHandling.Include">\r
1636             <summary>\r
1637             Include members where the member value is the same as the member's default value when serializing objects.\r
1638             Included members are written to JSON. Has no effect when deserializing.\r
1639             </summary>\r
1640         </member>\r
1641         <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore">\r
1642             <summary>\r
1643             Ignore members where the member value is the same as the member's default value when serializing objects\r
1644             so that is is not written to JSON.\r
1645             This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers,\r
1646             decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by\r
1647             placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property.\r
1648             </summary>\r
1649         </member>\r
1650         <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate">\r
1651             <summary>\r
1652             Members with a default value but no JSON will be set to their default value when deserializing.\r
1653             </summary>\r
1654         </member>\r
1655         <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate">\r
1656             <summary>\r
1657             Ignore members where the member value is the same as the member's default value when serializing objects\r
1658             and sets members to their default value when deserializing.\r
1659             </summary>\r
1660         </member>\r
1661         <member name="T:Newtonsoft.Json.FloatFormatHandling">\r
1662             <summary>\r
1663             Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
1664             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
1665             </summary>\r
1666         </member>\r
1667         <member name="F:Newtonsoft.Json.FloatFormatHandling.String">\r
1668             <summary>\r
1669             Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".\r
1670             </summary>\r
1671         </member>\r
1672         <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol">\r
1673             <summary>\r
1674             Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.\r
1675             Note that this will produce non-valid JSON.\r
1676             </summary>\r
1677         </member>\r
1678         <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue">\r
1679             <summary>\r
1680             Write special floating point values as the property's default value in JSON, e.g. 0.0 for a <see cref="T:System.Double"/> property, null for a <see cref="T:System.Nullable`1"/> property.\r
1681             </summary>\r
1682         </member>\r
1683         <member name="T:Newtonsoft.Json.FloatParseHandling">\r
1684             <summary>\r
1685             Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
1686             </summary>\r
1687         </member>\r
1688         <member name="F:Newtonsoft.Json.FloatParseHandling.Double">\r
1689             <summary>\r
1690             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>.\r
1691             </summary>\r
1692         </member>\r
1693         <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal">\r
1694             <summary>\r
1695             Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>.\r
1696             </summary>\r
1697         </member>\r
1698         <member name="T:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle">\r
1699             <summary>\r
1700             Indicates the method that will be used during deserialization for locating and loading assemblies.\r
1701             </summary>\r
1702         </member>\r
1703         <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple">\r
1704             <summary>\r
1705             In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.\r
1706             </summary>\r
1707         </member>\r
1708         <member name="F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Full">\r
1709             <summary>\r
1710             In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the Assembly class is used to load the assembly.\r
1711             </summary>\r
1712         </member>\r
1713         <member name="T:Newtonsoft.Json.Formatting">\r
1714             <summary>\r
1715             Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>.\r
1716             </summary>\r
1717         </member>\r
1718         <member name="F:Newtonsoft.Json.Formatting.None">\r
1719             <summary>\r
1720             No special formatting is applied. This is the default.\r
1721             </summary>\r
1722         </member>\r
1723         <member name="F:Newtonsoft.Json.Formatting.Indented">\r
1724             <summary>\r
1725             Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings.\r
1726             </summary>\r
1727         </member>\r
1728         <member name="T:Newtonsoft.Json.IJsonLineInfo">\r
1729             <summary>\r
1730             Provides an interface to enable a class to return line and position information.\r
1731             </summary>\r
1732         </member>\r
1733         <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo">\r
1734             <summary>\r
1735             Gets a value indicating whether the class can return line information.\r
1736             </summary>\r
1737             <returns>\r
1738                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.\r
1739             </returns>\r
1740         </member>\r
1741         <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber">\r
1742             <summary>\r
1743             Gets the current line number.\r
1744             </summary>\r
1745             <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value>\r
1746         </member>\r
1747         <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition">\r
1748             <summary>\r
1749             Gets the current line position.\r
1750             </summary>\r
1751             <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value>\r
1752         </member>\r
1753         <member name="T:Newtonsoft.Json.JsonArrayAttribute">\r
1754             <summary>\r
1755             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.\r
1756             </summary>\r
1757         </member>\r
1758         <member name="T:Newtonsoft.Json.JsonContainerAttribute">\r
1759             <summary>\r
1760             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.\r
1761             </summary>\r
1762         </member>\r
1763         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor">\r
1764             <summary>\r
1765             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class.\r
1766             </summary>\r
1767         </member>\r
1768         <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)">\r
1769             <summary>\r
1770             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id.\r
1771             </summary>\r
1772             <param name="id">The container Id.</param>\r
1773         </member>\r
1774         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id">\r
1775             <summary>\r
1776             Gets or sets the id.\r
1777             </summary>\r
1778             <value>The id.</value>\r
1779         </member>\r
1780         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title">\r
1781             <summary>\r
1782             Gets or sets the title.\r
1783             </summary>\r
1784             <value>The title.</value>\r
1785         </member>\r
1786         <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description">\r
1787             <summary>\r
1788             Gets or sets the description.\r
1789             </summary>\r
1790             <value>The description.</value>\r
1791         </member>\r
1792         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType">\r
1793             <summary>\r
1794             Gets the collection's items converter.\r
1795             </summary>\r
1796             <value>The collection's items converter.</value>\r
1797         </member>\r
1798         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters">\r
1799             <summary>\r
1800             The parameter list to use when constructing the JsonConverter described by ItemConverterType.\r
1801             If null, the default constructor is used.\r
1802             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,\r
1803             order, and type of these parameters.\r
1804             </summary>\r
1805             <example>\r
1806             [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]\r
1807             </example>\r
1808         </member>\r
1809         <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference">\r
1810             <summary>\r
1811             Gets or sets a value that indicates whether to preserve object references.\r
1812             </summary>\r
1813             <value>\r
1814                 <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>.\r
1815             </value>\r
1816         </member>\r
1817         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference">\r
1818             <summary>\r
1819             Gets or sets a value that indicates whether to preserve collection's items references.\r
1820             </summary>\r
1821             <value>\r
1822                 <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>.\r
1823             </value>\r
1824         </member>\r
1825         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling">\r
1826             <summary>\r
1827             Gets or sets the reference loop handling used when serializing the collection's items.\r
1828             </summary>\r
1829             <value>The reference loop handling.</value>\r
1830         </member>\r
1831         <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling">\r
1832             <summary>\r
1833             Gets or sets the type name handling used when serializing the collection's items.\r
1834             </summary>\r
1835             <value>The type name handling.</value>\r
1836         </member>\r
1837         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor">\r
1838             <summary>\r
1839             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class.\r
1840             </summary>\r
1841         </member>\r
1842         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)">\r
1843             <summary>\r
1844             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items\r
1845             </summary>\r
1846             <param name="allowNullItems">A flag indicating whether the array can contain null items.</param>\r
1847         </member>\r
1848         <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)">\r
1849             <summary>\r
1850             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id.\r
1851             </summary>\r
1852             <param name="id">The container Id.</param>\r
1853         </member>\r
1854         <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems">\r
1855             <summary>\r
1856             Gets or sets a value indicating whether null items are allowed in the collection.\r
1857             </summary>\r
1858             <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value>\r
1859         </member>\r
1860         <member name="T:Newtonsoft.Json.JsonConstructorAttribute">\r
1861             <summary>\r
1862             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object.\r
1863             </summary>\r
1864         </member>\r
1865         <member name="T:Newtonsoft.Json.JsonConvert">\r
1866             <summary>\r
1867             Provides methods for converting between common language runtime types and JSON types.\r
1868             </summary>\r
1869             <example>\r
1870               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" />\r
1871             </example>\r
1872         </member>\r
1873         <member name="F:Newtonsoft.Json.JsonConvert.True">\r
1874             <summary>\r
1875             Represents JavaScript's boolean value true as a string. This field is read-only.\r
1876             </summary>\r
1877         </member>\r
1878         <member name="F:Newtonsoft.Json.JsonConvert.False">\r
1879             <summary>\r
1880             Represents JavaScript's boolean value false as a string. This field is read-only.\r
1881             </summary>\r
1882         </member>\r
1883         <member name="F:Newtonsoft.Json.JsonConvert.Null">\r
1884             <summary>\r
1885             Represents JavaScript's null as a string. This field is read-only.\r
1886             </summary>\r
1887         </member>\r
1888         <member name="F:Newtonsoft.Json.JsonConvert.Undefined">\r
1889             <summary>\r
1890             Represents JavaScript's undefined as a string. This field is read-only.\r
1891             </summary>\r
1892         </member>\r
1893         <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity">\r
1894             <summary>\r
1895             Represents JavaScript's positive infinity as a string. This field is read-only.\r
1896             </summary>\r
1897         </member>\r
1898         <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity">\r
1899             <summary>\r
1900             Represents JavaScript's negative infinity as a string. This field is read-only.\r
1901             </summary>\r
1902         </member>\r
1903         <member name="F:Newtonsoft.Json.JsonConvert.NaN">\r
1904             <summary>\r
1905             Represents JavaScript's NaN as a string. This field is read-only.\r
1906             </summary>\r
1907         </member>\r
1908         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)">\r
1909             <summary>\r
1910             Converts the <see cref="T:System.DateTime"/> to its JSON string representation.\r
1911             </summary>\r
1912             <param name="value">The value to convert.</param>\r
1913             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>\r
1914         </member>\r
1915         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)">\r
1916             <summary>\r
1917             Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.\r
1918             </summary>\r
1919             <param name="value">The value to convert.</param>\r
1920             <param name="format">The format the date will be converted to.</param>\r
1921             <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param>\r
1922             <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns>\r
1923         </member>\r
1924         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)">\r
1925             <summary>\r
1926             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation.\r
1927             </summary>\r
1928             <param name="value">The value to convert.</param>\r
1929             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>\r
1930         </member>\r
1931         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)">\r
1932             <summary>\r
1933             Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified.\r
1934             </summary>\r
1935             <param name="value">The value to convert.</param>\r
1936             <param name="format">The format the date will be converted to.</param>\r
1937             <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns>\r
1938         </member>\r
1939         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)">\r
1940             <summary>\r
1941             Converts the <see cref="T:System.Boolean"/> to its JSON string representation.\r
1942             </summary>\r
1943             <param name="value">The value to convert.</param>\r
1944             <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns>\r
1945         </member>\r
1946         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)">\r
1947             <summary>\r
1948             Converts the <see cref="T:System.Char"/> to its JSON string representation.\r
1949             </summary>\r
1950             <param name="value">The value to convert.</param>\r
1951             <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns>\r
1952         </member>\r
1953         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)">\r
1954             <summary>\r
1955             Converts the <see cref="T:System.Enum"/> to its JSON string representation.\r
1956             </summary>\r
1957             <param name="value">The value to convert.</param>\r
1958             <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns>\r
1959         </member>\r
1960         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)">\r
1961             <summary>\r
1962             Converts the <see cref="T:System.Int32"/> to its JSON string representation.\r
1963             </summary>\r
1964             <param name="value">The value to convert.</param>\r
1965             <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns>\r
1966         </member>\r
1967         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)">\r
1968             <summary>\r
1969             Converts the <see cref="T:System.Int16"/> to its JSON string representation.\r
1970             </summary>\r
1971             <param name="value">The value to convert.</param>\r
1972             <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns>\r
1973         </member>\r
1974         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)">\r
1975             <summary>\r
1976             Converts the <see cref="T:System.UInt16"/> to its JSON string representation.\r
1977             </summary>\r
1978             <param name="value">The value to convert.</param>\r
1979             <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns>\r
1980         </member>\r
1981         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)">\r
1982             <summary>\r
1983             Converts the <see cref="T:System.UInt32"/> to its JSON string representation.\r
1984             </summary>\r
1985             <param name="value">The value to convert.</param>\r
1986             <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns>\r
1987         </member>\r
1988         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)">\r
1989             <summary>\r
1990             Converts the <see cref="T:System.Int64"/>  to its JSON string representation.\r
1991             </summary>\r
1992             <param name="value">The value to convert.</param>\r
1993             <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns>\r
1994         </member>\r
1995         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)">\r
1996             <summary>\r
1997             Converts the <see cref="T:System.UInt64"/> to its JSON string representation.\r
1998             </summary>\r
1999             <param name="value">The value to convert.</param>\r
2000             <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns>\r
2001         </member>\r
2002         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)">\r
2003             <summary>\r
2004             Converts the <see cref="T:System.Single"/> to its JSON string representation.\r
2005             </summary>\r
2006             <param name="value">The value to convert.</param>\r
2007             <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns>\r
2008         </member>\r
2009         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)">\r
2010             <summary>\r
2011             Converts the <see cref="T:System.Double"/> to its JSON string representation.\r
2012             </summary>\r
2013             <param name="value">The value to convert.</param>\r
2014             <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns>\r
2015         </member>\r
2016         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)">\r
2017             <summary>\r
2018             Converts the <see cref="T:System.Byte"/> to its JSON string representation.\r
2019             </summary>\r
2020             <param name="value">The value to convert.</param>\r
2021             <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns>\r
2022         </member>\r
2023         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)">\r
2024             <summary>\r
2025             Converts the <see cref="T:System.SByte"/> to its JSON string representation.\r
2026             </summary>\r
2027             <param name="value">The value to convert.</param>\r
2028             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>\r
2029         </member>\r
2030         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)">\r
2031             <summary>\r
2032             Converts the <see cref="T:System.Decimal"/> to its JSON string representation.\r
2033             </summary>\r
2034             <param name="value">The value to convert.</param>\r
2035             <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns>\r
2036         </member>\r
2037         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)">\r
2038             <summary>\r
2039             Converts the <see cref="T:System.Guid"/> to its JSON string representation.\r
2040             </summary>\r
2041             <param name="value">The value to convert.</param>\r
2042             <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns>\r
2043         </member>\r
2044         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)">\r
2045             <summary>\r
2046             Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation.\r
2047             </summary>\r
2048             <param name="value">The value to convert.</param>\r
2049             <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns>\r
2050         </member>\r
2051         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)">\r
2052             <summary>\r
2053             Converts the <see cref="T:System.Uri"/> to its JSON string representation.\r
2054             </summary>\r
2055             <param name="value">The value to convert.</param>\r
2056             <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns>\r
2057         </member>\r
2058         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)">\r
2059             <summary>\r
2060             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
2061             </summary>\r
2062             <param name="value">The value to convert.</param>\r
2063             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
2064         </member>\r
2065         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)">\r
2066             <summary>\r
2067             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
2068             </summary>\r
2069             <param name="value">The value to convert.</param>\r
2070             <param name="delimiter">The string delimiter character.</param>\r
2071             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
2072         </member>\r
2073         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)">\r
2074             <summary>\r
2075             Converts the <see cref="T:System.String"/> to its JSON string representation.\r
2076             </summary>\r
2077             <param name="value">The value to convert.</param>\r
2078             <param name="delimiter">The string delimiter character.</param>\r
2079             <param name="stringEscapeHandling">The string escape handling.</param>\r
2080             <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns>\r
2081         </member>\r
2082         <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)">\r
2083             <summary>\r
2084             Converts the <see cref="T:System.Object"/> to its JSON string representation.\r
2085             </summary>\r
2086             <param name="value">The value to convert.</param>\r
2087             <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns>\r
2088         </member>\r
2089         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)">\r
2090             <summary>\r
2091             Serializes the specified object to a JSON string.\r
2092             </summary>\r
2093             <param name="value">The object to serialize.</param>\r
2094             <returns>A JSON string representation of the object.</returns>\r
2095         </member>\r
2096         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)">\r
2097             <summary>\r
2098             Serializes the specified object to a JSON string using formatting.\r
2099             </summary>\r
2100             <param name="value">The object to serialize.</param>\r
2101             <param name="formatting">Indicates how the output is formatted.</param>\r
2102             <returns>\r
2103             A JSON string representation of the object.\r
2104             </returns>\r
2105         </member>\r
2106         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])">\r
2107             <summary>\r
2108             Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2109             </summary>\r
2110             <param name="value">The object to serialize.</param>\r
2111             <param name="converters">A collection converters used while serializing.</param>\r
2112             <returns>A JSON string representation of the object.</returns>\r
2113         </member>\r
2114         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">\r
2115             <summary>\r
2116             Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2117             </summary>\r
2118             <param name="value">The object to serialize.</param>\r
2119             <param name="formatting">Indicates how the output is formatted.</param>\r
2120             <param name="converters">A collection converters used while serializing.</param>\r
2121             <returns>A JSON string representation of the object.</returns>\r
2122         </member>\r
2123         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
2124             <summary>\r
2125             Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2126             </summary>\r
2127             <param name="value">The object to serialize.</param>\r
2128             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2129             If this is null, default serialization settings will be used.</param>\r
2130             <returns>\r
2131             A JSON string representation of the object.\r
2132             </returns>\r
2133         </member>\r
2134         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
2135             <summary>\r
2136             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2137             </summary>\r
2138             <param name="value">The object to serialize.</param>\r
2139             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2140             If this is null, default serialization settings will be used.</param>\r
2141             <param name="type">\r
2142             The type of the value being serialized.\r
2143             This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.\r
2144             Specifing the type is optional.\r
2145             </param>\r
2146             <returns>\r
2147             A JSON string representation of the object.\r
2148             </returns>\r
2149         </member>\r
2150         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
2151             <summary>\r
2152             Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2153             </summary>\r
2154             <param name="value">The object to serialize.</param>\r
2155             <param name="formatting">Indicates how the output is formatted.</param>\r
2156             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2157             If this is null, default serialization settings will be used.</param>\r
2158             <returns>\r
2159             A JSON string representation of the object.\r
2160             </returns>\r
2161         </member>\r
2162         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
2163             <summary>\r
2164             Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2165             </summary>\r
2166             <param name="value">The object to serialize.</param>\r
2167             <param name="formatting">Indicates how the output is formatted.</param>\r
2168             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2169             If this is null, default serialization settings will be used.</param>\r
2170             <param name="type">\r
2171             The type of the value being serialized.\r
2172             This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.\r
2173             Specifing the type is optional.\r
2174             </param>\r
2175             <returns>\r
2176             A JSON string representation of the object.\r
2177             </returns>\r
2178         </member>\r
2179         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)">\r
2180             <summary>\r
2181             Asynchronously serializes the specified object to a JSON string.\r
2182             Serialization will happen on a new thread.\r
2183             </summary>\r
2184             <param name="value">The object to serialize.</param>\r
2185             <returns>\r
2186             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.\r
2187             </returns>\r
2188         </member>\r
2189         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)">\r
2190             <summary>\r
2191             Asynchronously serializes the specified object to a JSON string using formatting.\r
2192             Serialization will happen on a new thread.\r
2193             </summary>\r
2194             <param name="value">The object to serialize.</param>\r
2195             <param name="formatting">Indicates how the output is formatted.</param>\r
2196             <returns>\r
2197             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.\r
2198             </returns>\r
2199         </member>\r
2200         <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)">\r
2201             <summary>\r
2202             Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2203             Serialization will happen on a new thread.\r
2204             </summary>\r
2205             <param name="value">The object to serialize.</param>\r
2206             <param name="formatting">Indicates how the output is formatted.</param>\r
2207             <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object.\r
2208             If this is null, default serialization settings will be used.</param>\r
2209             <returns>\r
2210             A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object.\r
2211             </returns>\r
2212         </member>\r
2213         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)">\r
2214             <summary>\r
2215             Deserializes the JSON to a .NET object.\r
2216             </summary>\r
2217             <param name="value">The JSON to deserialize.</param>\r
2218             <returns>The deserialized object from the JSON string.</returns>\r
2219         </member>\r
2220         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
2221             <summary>\r
2222             Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2223             </summary>\r
2224             <param name="value">The JSON to deserialize.</param>\r
2225             <param name="settings">\r
2226             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2227             If this is null, default serialization settings will be used.\r
2228             </param>\r
2229             <returns>The deserialized object from the JSON string.</returns>\r
2230         </member>\r
2231         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)">\r
2232             <summary>\r
2233             Deserializes the JSON to the specified .NET type.\r
2234             </summary>\r
2235             <param name="value">The JSON to deserialize.</param>\r
2236             <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
2237             <returns>The deserialized object from the JSON string.</returns>\r
2238         </member>\r
2239         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)">\r
2240             <summary>\r
2241             Deserializes the JSON to the specified .NET type.\r
2242             </summary>\r
2243             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2244             <param name="value">The JSON to deserialize.</param>\r
2245             <returns>The deserialized object from the JSON string.</returns>\r
2246         </member>\r
2247         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)">\r
2248             <summary>\r
2249             Deserializes the JSON to the given anonymous type.\r
2250             </summary>\r
2251             <typeparam name="T">\r
2252             The anonymous type to deserialize to. This can't be specified\r
2253             traditionally and must be infered from the anonymous type passed\r
2254             as a parameter.\r
2255             </typeparam>\r
2256             <param name="value">The JSON to deserialize.</param>\r
2257             <param name="anonymousTypeObject">The anonymous type object.</param>\r
2258             <returns>The deserialized anonymous type from the JSON string.</returns>\r
2259         </member>\r
2260         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)">\r
2261             <summary>\r
2262             Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2263             </summary>\r
2264             <typeparam name="T">\r
2265             The anonymous type to deserialize to. This can't be specified\r
2266             traditionally and must be infered from the anonymous type passed\r
2267             as a parameter.\r
2268             </typeparam>\r
2269             <param name="value">The JSON to deserialize.</param>\r
2270             <param name="anonymousTypeObject">The anonymous type object.</param>\r
2271             <param name="settings">\r
2272             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2273             If this is null, default serialization settings will be used.\r
2274             </param>\r
2275             <returns>The deserialized anonymous type from the JSON string.</returns>\r
2276         </member>\r
2277         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">\r
2278             <summary>\r
2279             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2280             </summary>\r
2281             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2282             <param name="value">The JSON to deserialize.</param>\r
2283             <param name="converters">Converters to use while deserializing.</param>\r
2284             <returns>The deserialized object from the JSON string.</returns>\r
2285         </member>\r
2286         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
2287             <summary>\r
2288             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2289             </summary>\r
2290             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2291             <param name="value">The object to deserialize.</param>\r
2292             <param name="settings">\r
2293             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2294             If this is null, default serialization settings will be used.\r
2295             </param>\r
2296             <returns>The deserialized object from the JSON string.</returns>\r
2297         </member>\r
2298         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])">\r
2299             <summary>\r
2300             Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2301             </summary>\r
2302             <param name="value">The JSON to deserialize.</param>\r
2303             <param name="type">The type of the object to deserialize.</param>\r
2304             <param name="converters">Converters to use while deserializing.</param>\r
2305             <returns>The deserialized object from the JSON string.</returns>\r
2306         </member>\r
2307         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
2308             <summary>\r
2309             Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2310             </summary>\r
2311             <param name="value">The JSON to deserialize.</param>\r
2312             <param name="type">The type of the object to deserialize to.</param>\r
2313             <param name="settings">\r
2314             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2315             If this is null, default serialization settings will be used.\r
2316             </param>\r
2317             <returns>The deserialized object from the JSON string.</returns>\r
2318         </member>\r
2319         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)">\r
2320             <summary>\r
2321             Asynchronously deserializes the JSON to the specified .NET type.\r
2322             Deserialization will happen on a new thread.\r
2323             </summary>\r
2324             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2325             <param name="value">The JSON to deserialize.</param>\r
2326             <returns>\r
2327             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.\r
2328             </returns>\r
2329         </member>\r
2330         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)">\r
2331             <summary>\r
2332             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2333             Deserialization will happen on a new thread.\r
2334             </summary>\r
2335             <typeparam name="T">The type of the object to deserialize to.</typeparam>\r
2336             <param name="value">The JSON to deserialize.</param>\r
2337             <param name="settings">\r
2338             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2339             If this is null, default serialization settings will be used.\r
2340             </param>\r
2341             <returns>\r
2342             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.\r
2343             </returns>\r
2344         </member>\r
2345         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)">\r
2346             <summary>\r
2347             Asynchronously deserializes the JSON to the specified .NET type.\r
2348             Deserialization will happen on a new thread.\r
2349             </summary>\r
2350             <param name="value">The JSON to deserialize.</param>\r
2351             <returns>\r
2352             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.\r
2353             </returns>\r
2354         </member>\r
2355         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)">\r
2356             <summary>\r
2357             Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2358             Deserialization will happen on a new thread.\r
2359             </summary>\r
2360             <param name="value">The JSON to deserialize.</param>\r
2361             <param name="type">The type of the object to deserialize to.</param>\r
2362             <param name="settings">\r
2363             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2364             If this is null, default serialization settings will be used.\r
2365             </param>\r
2366             <returns>\r
2367             A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string.\r
2368             </returns>\r
2369         </member>\r
2370         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)">\r
2371             <summary>\r
2372             Populates the object with values from the JSON string.\r
2373             </summary>\r
2374             <param name="value">The JSON to populate values from.</param>\r
2375             <param name="target">The target object to populate values onto.</param>\r
2376         </member>\r
2377         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
2378             <summary>\r
2379             Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2380             </summary>\r
2381             <param name="value">The JSON to populate values from.</param>\r
2382             <param name="target">The target object to populate values onto.</param>\r
2383             <param name="settings">\r
2384             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2385             If this is null, default serialization settings will be used.\r
2386             </param>\r
2387         </member>\r
2388         <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)">\r
2389             <summary>\r
2390             Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2391             </summary>\r
2392             <param name="value">The JSON to populate values from.</param>\r
2393             <param name="target">The target object to populate values onto.</param>\r
2394             <param name="settings">\r
2395             The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object.\r
2396             If this is null, default serialization settings will be used.\r
2397             </param>\r
2398             <returns>\r
2399             A task that represents the asynchronous populate operation.\r
2400             </returns>\r
2401         </member>\r
2402         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)">\r
2403             <summary>\r
2404             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string.\r
2405             </summary>\r
2406             <param name="node">The node to convert to JSON.</param>\r
2407             <returns>A JSON string of the XNode.</returns>\r
2408         </member>\r
2409         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)">\r
2410             <summary>\r
2411             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting.\r
2412             </summary>\r
2413             <param name="node">The node to convert to JSON.</param>\r
2414             <param name="formatting">Indicates how the output is formatted.</param>\r
2415             <returns>A JSON string of the XNode.</returns>\r
2416         </member>\r
2417         <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)">\r
2418             <summary>\r
2419             Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>.\r
2420             </summary>\r
2421             <param name="node">The node to serialize.</param>\r
2422             <param name="formatting">Indicates how the output is formatted.</param>\r
2423             <param name="omitRootObject">Omits writing the root object.</param>\r
2424             <returns>A JSON string of the XNode.</returns>\r
2425         </member>\r
2426         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)">\r
2427             <summary>\r
2428             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string.\r
2429             </summary>\r
2430             <param name="value">The JSON string.</param>\r
2431             <returns>The deserialized XNode</returns>\r
2432         </member>\r
2433         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)">\r
2434             <summary>\r
2435             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>.\r
2436             </summary>\r
2437             <param name="value">The JSON string.</param>\r
2438             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
2439             <returns>The deserialized XNode</returns>\r
2440         </member>\r
2441         <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)">\r
2442             <summary>\r
2443             Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>\r
2444             and writes a .NET array attribute for collections.\r
2445             </summary>\r
2446             <param name="value">The JSON string.</param>\r
2447             <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param>\r
2448             <param name="writeArrayAttribute">\r
2449             A flag to indicate whether to write the Json.NET array attribute.\r
2450             This attribute helps preserve arrays when converting the written XML back to JSON.\r
2451             </param>\r
2452             <returns>The deserialized XNode</returns>\r
2453         </member>\r
2454         <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings">\r
2455             <summary>\r
2456             Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2457             Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>,\r
2458             and <see cref="M:Newtonsoft.Json.Linq.JToken.ToObject``1"/> and <see cref="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)"/> on <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
2459             To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with\r
2460             <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>.\r
2461             </summary>\r
2462         </member>\r
2463         <member name="T:Newtonsoft.Json.JsonConverterAttribute">\r
2464             <summary>\r
2465             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class.\r
2466             </summary>\r
2467         </member>\r
2468         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)">\r
2469             <summary>\r
2470             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.\r
2471             </summary>\r
2472             <param name="converterType">Type of the converter.</param>\r
2473         </member>\r
2474         <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])">\r
2475             <summary>\r
2476             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class.\r
2477             </summary>\r
2478             <param name="converterType">Type of the converter.</param>\r
2479             <param name="converterParameters">Parameter list to use when constructing the JsonConverter. Can be null.</param>\r
2480         </member>\r
2481         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType">\r
2482             <summary>\r
2483             Gets the <see cref="T:System.Type"/> of the converter.\r
2484             </summary>\r
2485             <value>The <see cref="T:System.Type"/> of the converter.</value>\r
2486         </member>\r
2487         <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters">\r
2488             <summary>\r
2489             The parameter list to use when constructing the JsonConverter described by ConverterType.  \r
2490             If null, the default constructor is used.\r
2491             </summary>\r
2492         </member>\r
2493         <member name="T:Newtonsoft.Json.JsonConverterCollection">\r
2494             <summary>\r
2495             Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
2496             </summary>\r
2497         </member>\r
2498         <member name="T:Newtonsoft.Json.JsonDictionaryAttribute">\r
2499             <summary>\r
2500             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection.\r
2501             </summary>\r
2502         </member>\r
2503         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor">\r
2504             <summary>\r
2505             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class.\r
2506             </summary>\r
2507         </member>\r
2508         <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)">\r
2509             <summary>\r
2510             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id.\r
2511             </summary>\r
2512             <param name="id">The container Id.</param>\r
2513         </member>\r
2514         <member name="T:Newtonsoft.Json.JsonException">\r
2515             <summary>\r
2516             The exception thrown when an error occurs during JSON serialization or deserialization.\r
2517             </summary>\r
2518         </member>\r
2519         <member name="M:Newtonsoft.Json.JsonException.#ctor">\r
2520             <summary>\r
2521             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class.\r
2522             </summary>\r
2523         </member>\r
2524         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)">\r
2525             <summary>\r
2526             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class\r
2527             with a specified error message.\r
2528             </summary>\r
2529             <param name="message">The error message that explains the reason for the exception.</param>\r
2530         </member>\r
2531         <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)">\r
2532             <summary>\r
2533             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class\r
2534             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
2535             </summary>\r
2536             <param name="message">The error message that explains the reason for the exception.</param>\r
2537             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>\r
2538         </member>\r
2539         <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute">\r
2540             <summary>\r
2541             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection\r
2542             and write values during serialization.\r
2543             </summary>\r
2544         </member>\r
2545         <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor">\r
2546             <summary>\r
2547             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class.\r
2548             </summary>\r
2549         </member>\r
2550         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData">\r
2551             <summary>\r
2552             Gets or sets a value that indicates whether to write extension data when serializing the object.\r
2553             </summary>\r
2554             <value>\r
2555                 <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>.\r
2556             </value>\r
2557         </member>\r
2558         <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData">\r
2559             <summary>\r
2560             Gets or sets a value that indicates whether to read extension data when deserializing the object.\r
2561             </summary>\r
2562             <value>\r
2563                 <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>.\r
2564             </value>\r
2565         </member>\r
2566         <member name="T:Newtonsoft.Json.JsonIgnoreAttribute">\r
2567             <summary>\r
2568             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value.\r
2569             </summary>\r
2570         </member>\r
2571         <member name="T:Newtonsoft.Json.JsonObjectAttribute">\r
2572             <summary>\r
2573             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object.\r
2574             </summary>\r
2575         </member>\r
2576         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor">\r
2577             <summary>\r
2578             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class.\r
2579             </summary>\r
2580         </member>\r
2581         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)">\r
2582             <summary>\r
2583             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization.\r
2584             </summary>\r
2585             <param name="memberSerialization">The member serialization.</param>\r
2586         </member>\r
2587         <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)">\r
2588             <summary>\r
2589             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id.\r
2590             </summary>\r
2591             <param name="id">The container Id.</param>\r
2592         </member>\r
2593         <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization">\r
2594             <summary>\r
2595             Gets or sets the member serialization.\r
2596             </summary>\r
2597             <value>The member serialization.</value>\r
2598         </member>\r
2599         <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired">\r
2600             <summary>\r
2601             Gets or sets a value that indicates whether the object's properties are required.\r
2602             </summary>\r
2603             <value>\r
2604                 A value indicating whether the object's properties are required.\r
2605             </value>\r
2606         </member>\r
2607         <member name="T:Newtonsoft.Json.JsonPropertyAttribute">\r
2608             <summary>\r
2609             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name.\r
2610             </summary>\r
2611         </member>\r
2612         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor">\r
2613             <summary>\r
2614             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class.\r
2615             </summary>\r
2616         </member>\r
2617         <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)">\r
2618             <summary>\r
2619             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name.\r
2620             </summary>\r
2621             <param name="propertyName">Name of the property.</param>\r
2622         </member>\r
2623         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType">\r
2624             <summary>\r
2625             Gets or sets the converter used when serializing the property's collection items.\r
2626             </summary>\r
2627             <value>The collection's items converter.</value>\r
2628         </member>\r
2629         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters">\r
2630             <summary>\r
2631             The parameter list to use when constructing the JsonConverter described by ItemConverterType.\r
2632             If null, the default constructor is used.\r
2633             When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,\r
2634             order, and type of these parameters.\r
2635             </summary>\r
2636             <example>\r
2637             [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]\r
2638             </example>\r
2639         </member>\r
2640         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling">\r
2641             <summary>\r
2642             Gets or sets the null value handling used when serializing this property.\r
2643             </summary>\r
2644             <value>The null value handling.</value>\r
2645         </member>\r
2646         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling">\r
2647             <summary>\r
2648             Gets or sets the default value handling used when serializing this property.\r
2649             </summary>\r
2650             <value>The default value handling.</value>\r
2651         </member>\r
2652         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling">\r
2653             <summary>\r
2654             Gets or sets the reference loop handling used when serializing this property.\r
2655             </summary>\r
2656             <value>The reference loop handling.</value>\r
2657         </member>\r
2658         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling">\r
2659             <summary>\r
2660             Gets or sets the object creation handling used when deserializing this property.\r
2661             </summary>\r
2662             <value>The object creation handling.</value>\r
2663         </member>\r
2664         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling">\r
2665             <summary>\r
2666             Gets or sets the type name handling used when serializing this property.\r
2667             </summary>\r
2668             <value>The type name handling.</value>\r
2669         </member>\r
2670         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference">\r
2671             <summary>\r
2672             Gets or sets whether this property's value is serialized as a reference.\r
2673             </summary>\r
2674             <value>Whether this property's value is serialized as a reference.</value>\r
2675         </member>\r
2676         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order">\r
2677             <summary>\r
2678             Gets or sets the order of serialization and deserialization of a member.\r
2679             </summary>\r
2680             <value>The numeric order of serialization or deserialization.</value>\r
2681         </member>\r
2682         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required">\r
2683             <summary>\r
2684             Gets or sets a value indicating whether this property is required.\r
2685             </summary>\r
2686             <value>\r
2687                 A value indicating whether this property is required.\r
2688             </value>\r
2689         </member>\r
2690         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName">\r
2691             <summary>\r
2692             Gets or sets the name of the property.\r
2693             </summary>\r
2694             <value>The name of the property.</value>\r
2695         </member>\r
2696         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling">\r
2697             <summary>\r
2698             Gets or sets the the reference loop handling used when serializing the property's collection items.\r
2699             </summary>\r
2700             <value>The collection's items reference loop handling.</value>\r
2701         </member>\r
2702         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling">\r
2703             <summary>\r
2704             Gets or sets the the type name handling used when serializing the property's collection items.\r
2705             </summary>\r
2706             <value>The collection's items type name handling.</value>\r
2707         </member>\r
2708         <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference">\r
2709             <summary>\r
2710             Gets or sets whether this property's collection items are serialized as a reference.\r
2711             </summary>\r
2712             <value>Whether this property's collection items are serialized as a reference.</value>\r
2713         </member>\r
2714         <member name="T:Newtonsoft.Json.JsonReaderException">\r
2715             <summary>\r
2716             The exception thrown when an error occurs while reading JSON text.\r
2717             </summary>\r
2718         </member>\r
2719         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor">\r
2720             <summary>\r
2721             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class.\r
2722             </summary>\r
2723         </member>\r
2724         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)">\r
2725             <summary>\r
2726             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class\r
2727             with a specified error message.\r
2728             </summary>\r
2729             <param name="message">The error message that explains the reason for the exception.</param>\r
2730         </member>\r
2731         <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)">\r
2732             <summary>\r
2733             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class\r
2734             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
2735             </summary>\r
2736             <param name="message">The error message that explains the reason for the exception.</param>\r
2737             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>\r
2738         </member>\r
2739         <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber">\r
2740             <summary>\r
2741             Gets the line number indicating where the error occurred.\r
2742             </summary>\r
2743             <value>The line number indicating where the error occurred.</value>\r
2744         </member>\r
2745         <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition">\r
2746             <summary>\r
2747             Gets the line position indicating where the error occurred.\r
2748             </summary>\r
2749             <value>The line position indicating where the error occurred.</value>\r
2750         </member>\r
2751         <member name="P:Newtonsoft.Json.JsonReaderException.Path">\r
2752             <summary>\r
2753             Gets the path to the JSON where the error occurred.\r
2754             </summary>\r
2755             <value>The path to the JSON where the error occurred.</value>\r
2756         </member>\r
2757         <member name="T:Newtonsoft.Json.JsonRequiredAttribute">\r
2758             <summary>\r
2759             Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value.\r
2760             </summary>\r
2761         </member>\r
2762         <member name="T:Newtonsoft.Json.JsonSerializationException">\r
2763             <summary>\r
2764             The exception thrown when an error occurs during JSON serialization or deserialization.\r
2765             </summary>\r
2766         </member>\r
2767         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor">\r
2768             <summary>\r
2769             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class.\r
2770             </summary>\r
2771         </member>\r
2772         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)">\r
2773             <summary>\r
2774             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class\r
2775             with a specified error message.\r
2776             </summary>\r
2777             <param name="message">The error message that explains the reason for the exception.</param>\r
2778         </member>\r
2779         <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)">\r
2780             <summary>\r
2781             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class\r
2782             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
2783             </summary>\r
2784             <param name="message">The error message that explains the reason for the exception.</param>\r
2785             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>\r
2786         </member>\r
2787         <member name="T:Newtonsoft.Json.JsonSerializer">\r
2788             <summary>\r
2789             Serializes and deserializes objects into and from the JSON format.\r
2790             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON.\r
2791             </summary>\r
2792         </member>\r
2793         <member name="M:Newtonsoft.Json.JsonSerializer.#ctor">\r
2794             <summary>\r
2795             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class.\r
2796             </summary>\r
2797         </member>\r
2798         <member name="M:Newtonsoft.Json.JsonSerializer.Create">\r
2799             <summary>\r
2800             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
2801             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
2802             </summary>\r
2803             <returns>\r
2804             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
2805             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
2806             </returns>\r
2807         </member>\r
2808         <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)">\r
2809             <summary>\r
2810             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2811             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
2812             </summary>\r
2813             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>\r
2814             <returns>\r
2815             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2816             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings.\r
2817             </returns>\r
2818         </member>\r
2819         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault">\r
2820             <summary>\r
2821             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
2822             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
2823             </summary>\r
2824             <returns>\r
2825             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance.\r
2826             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
2827             </returns>\r
2828         </member>\r
2829         <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)">\r
2830             <summary>\r
2831             Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2832             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
2833             </summary>\r
2834             <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param>\r
2835             <returns>\r
2836             A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>.\r
2837             The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings.\r
2838             </returns>\r
2839         </member>\r
2840         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)">\r
2841             <summary>\r
2842             Populates the JSON values onto the target object.\r
2843             </summary>\r
2844             <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param>\r
2845             <param name="target">The target object to populate values onto.</param>\r
2846         </member>\r
2847         <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)">\r
2848             <summary>\r
2849             Populates the JSON values onto the target object.\r
2850             </summary>\r
2851             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param>\r
2852             <param name="target">The target object to populate values onto.</param>\r
2853         </member>\r
2854         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)">\r
2855             <summary>\r
2856             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
2857             </summary>\r
2858             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param>\r
2859             <returns>The <see cref="T:System.Object"/> being deserialized.</returns>\r
2860         </member>\r
2861         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)">\r
2862             <summary>\r
2863             Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/>\r
2864             into an instance of the specified type.\r
2865             </summary>\r
2866             <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param>\r
2867             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
2868             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>\r
2869         </member>\r
2870         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)">\r
2871             <summary>\r
2872             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>\r
2873             into an instance of the specified type.\r
2874             </summary>\r
2875             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>\r
2876             <typeparam name="T">The type of the object to deserialize.</typeparam>\r
2877             <returns>The instance of <typeparamref name="T"/> being deserialized.</returns>\r
2878         </member>\r
2879         <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)">\r
2880             <summary>\r
2881             Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>\r
2882             into an instance of the specified type.\r
2883             </summary>\r
2884             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param>\r
2885             <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param>\r
2886             <returns>The instance of <paramref name="objectType"/> being deserialized.</returns>\r
2887         </member>\r
2888         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)">\r
2889             <summary>\r
2890             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
2891             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
2892             </summary>\r
2893             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>\r
2894             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
2895         </member>\r
2896         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)">\r
2897             <summary>\r
2898             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
2899             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
2900             </summary>\r
2901             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>\r
2902             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
2903             <param name="objectType">\r
2904             The type of the value being serialized.\r
2905             This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.\r
2906             Specifing the type is optional.\r
2907             </param>\r
2908         </member>\r
2909         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)">\r
2910             <summary>\r
2911             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
2912             to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. \r
2913             </summary>\r
2914             <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param>\r
2915             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
2916             <param name="objectType">\r
2917             The type of the value being serialized.\r
2918             This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match.\r
2919             Specifing the type is optional.\r
2920             </param>\r
2921         </member>\r
2922         <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)">\r
2923             <summary>\r
2924             Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure\r
2925             to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. \r
2926             </summary>\r
2927             <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param>\r
2928             <param name="value">The <see cref="T:System.Object"/> to serialize.</param>\r
2929         </member>\r
2930         <member name="E:Newtonsoft.Json.JsonSerializer.Error">\r
2931             <summary>\r
2932             Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization.\r
2933             </summary>\r
2934         </member>\r
2935         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver">\r
2936             <summary>\r
2937             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
2938             </summary>\r
2939         </member>\r
2940         <member name="P:Newtonsoft.Json.JsonSerializer.Binder">\r
2941             <summary>\r
2942             Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.\r
2943             </summary>\r
2944         </member>\r
2945         <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter">\r
2946             <summary>\r
2947             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.\r
2948             </summary>\r
2949             <value>The trace writer.</value>\r
2950         </member>\r
2951         <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer">\r
2952             <summary>\r
2953             Gets or sets the equality comparer used by the serializer when comparing references.\r
2954             </summary>\r
2955             <value>The equality comparer.</value>\r
2956         </member>\r
2957         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling">\r
2958             <summary>\r
2959             Gets or sets how type name writing and reading is handled by the serializer.\r
2960             </summary>\r
2961         </member>\r
2962         <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat">\r
2963             <summary>\r
2964             Gets or sets how a type name assembly is written and resolved by the serializer.\r
2965             </summary>\r
2966             <value>The type name assembly format.</value>\r
2967         </member>\r
2968         <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling">\r
2969             <summary>\r
2970             Gets or sets how object references are preserved by the serializer.\r
2971             </summary>\r
2972         </member>\r
2973         <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling">\r
2974             <summary>\r
2975             Get or set how reference loops (e.g. a class referencing itself) is handled.\r
2976             </summary>\r
2977         </member>\r
2978         <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling">\r
2979             <summary>\r
2980             Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.\r
2981             </summary>\r
2982         </member>\r
2983         <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling">\r
2984             <summary>\r
2985             Get or set how null values are handled during serialization and deserialization.\r
2986             </summary>\r
2987         </member>\r
2988         <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling">\r
2989             <summary>\r
2990             Get or set how null default are handled during serialization and deserialization.\r
2991             </summary>\r
2992         </member>\r
2993         <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling">\r
2994             <summary>\r
2995             Gets or sets how objects are created during deserialization.\r
2996             </summary>\r
2997             <value>The object creation handling.</value>\r
2998         </member>\r
2999         <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling">\r
3000             <summary>\r
3001             Gets or sets how constructors are used during deserialization.\r
3002             </summary>\r
3003             <value>The constructor handling.</value>\r
3004         </member>\r
3005         <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling">\r
3006             <summary>\r
3007             Gets or sets how metadata properties are used during deserialization.\r
3008             </summary>\r
3009             <value>The metadata properties handling.</value>\r
3010         </member>\r
3011         <member name="P:Newtonsoft.Json.JsonSerializer.Converters">\r
3012             <summary>\r
3013             Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.\r
3014             </summary>\r
3015             <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value>\r
3016         </member>\r
3017         <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver">\r
3018             <summary>\r
3019             Gets or sets the contract resolver used by the serializer when\r
3020             serializing .NET objects to JSON and vice versa.\r
3021             </summary>\r
3022         </member>\r
3023         <member name="P:Newtonsoft.Json.JsonSerializer.Context">\r
3024             <summary>\r
3025             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.\r
3026             </summary>\r
3027             <value>The context.</value>\r
3028         </member>\r
3029         <member name="P:Newtonsoft.Json.JsonSerializer.Formatting">\r
3030             <summary>\r
3031             Indicates how JSON text output is formatted.\r
3032             </summary>\r
3033         </member>\r
3034         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling">\r
3035             <summary>\r
3036             Get or set how dates are written to JSON text.\r
3037             </summary>\r
3038         </member>\r
3039         <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling">\r
3040             <summary>\r
3041             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.\r
3042             </summary>\r
3043         </member>\r
3044         <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling">\r
3045             <summary>\r
3046             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
3047             </summary>\r
3048         </member>\r
3049         <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling">\r
3050             <summary>\r
3051             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
3052             </summary>\r
3053         </member>\r
3054         <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling">\r
3055             <summary>\r
3056             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
3057             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
3058             are written as JSON text.\r
3059             </summary>\r
3060         </member>\r
3061         <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling">\r
3062             <summary>\r
3063             Get or set how strings are escaped when writing JSON text.\r
3064             </summary>\r
3065         </member>\r
3066         <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString">\r
3067             <summary>\r
3068             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text, and the expected date format when reading JSON text.\r
3069             </summary>\r
3070         </member>\r
3071         <member name="P:Newtonsoft.Json.JsonSerializer.Culture">\r
3072             <summary>\r
3073             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
3074             </summary>\r
3075         </member>\r
3076         <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth">\r
3077             <summary>\r
3078             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
3079             </summary>\r
3080         </member>\r
3081         <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent">\r
3082             <summary>\r
3083             Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.\r
3084             </summary>\r
3085             <value>\r
3086                 <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>.\r
3087             </value>\r
3088         </member>\r
3089         <member name="T:Newtonsoft.Json.JsonSerializerSettings">\r
3090             <summary>\r
3091             Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object.\r
3092             </summary>\r
3093         </member>\r
3094         <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor">\r
3095             <summary>\r
3096             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class.\r
3097             </summary>\r
3098         </member>\r
3099         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling">\r
3100             <summary>\r
3101             Gets or sets how reference loops (e.g. a class referencing itself) is handled.\r
3102             </summary>\r
3103             <value>Reference loop handling.</value>\r
3104         </member>\r
3105         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling">\r
3106             <summary>\r
3107             Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.\r
3108             </summary>\r
3109             <value>Missing member handling.</value>\r
3110         </member>\r
3111         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling">\r
3112             <summary>\r
3113             Gets or sets how objects are created during deserialization.\r
3114             </summary>\r
3115             <value>The object creation handling.</value>\r
3116         </member>\r
3117         <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling">\r
3118             <summary>\r
3119             Gets or sets how null values are handled during serialization and deserialization.\r
3120             </summary>\r
3121             <value>Null value handling.</value>\r
3122         </member>\r
3123         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling">\r
3124             <summary>\r
3125             Gets or sets how null default are handled during serialization and deserialization.\r
3126             </summary>\r
3127             <value>The default value handling.</value>\r
3128         </member>\r
3129         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters">\r
3130             <summary>\r
3131             Gets or sets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.\r
3132             </summary>\r
3133             <value>The converters.</value>\r
3134         </member>\r
3135         <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling">\r
3136             <summary>\r
3137             Gets or sets how object references are preserved by the serializer.\r
3138             </summary>\r
3139             <value>The preserve references handling.</value>\r
3140         </member>\r
3141         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling">\r
3142             <summary>\r
3143             Gets or sets how type name writing and reading is handled by the serializer.\r
3144             </summary>\r
3145             <value>The type name handling.</value>\r
3146         </member>\r
3147         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling">\r
3148             <summary>\r
3149             Gets or sets how metadata properties are used during deserialization.\r
3150             </summary>\r
3151             <value>The metadata properties handling.</value>\r
3152         </member>\r
3153         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat">\r
3154             <summary>\r
3155             Gets or sets how a type name assembly is written and resolved by the serializer.\r
3156             </summary>\r
3157             <value>The type name assembly format.</value>\r
3158         </member>\r
3159         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling">\r
3160             <summary>\r
3161             Gets or sets how constructors are used during deserialization.\r
3162             </summary>\r
3163             <value>The constructor handling.</value>\r
3164         </member>\r
3165         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver">\r
3166             <summary>\r
3167             Gets or sets the contract resolver used by the serializer when\r
3168             serializing .NET objects to JSON and vice versa.\r
3169             </summary>\r
3170             <value>The contract resolver.</value>\r
3171         </member>\r
3172         <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer">\r
3173             <summary>\r
3174             Gets or sets the equality comparer used by the serializer when comparing references.\r
3175             </summary>\r
3176             <value>The equality comparer.</value>\r
3177         </member>\r
3178         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver">\r
3179             <summary>\r
3180             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
3181             </summary>\r
3182             <value>The reference resolver.</value>\r
3183         </member>\r
3184         <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider">\r
3185             <summary>\r
3186             Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.\r
3187             </summary>\r
3188             <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value>\r
3189         </member>\r
3190         <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter">\r
3191             <summary>\r
3192             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages.\r
3193             </summary>\r
3194             <value>The trace writer.</value>\r
3195         </member>\r
3196         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder">\r
3197             <summary>\r
3198             Gets or sets the <see cref="T:Newtonsoft.Json.SerializationBinder"/> used by the serializer when resolving type names.\r
3199             </summary>\r
3200             <value>The binder.</value>\r
3201         </member>\r
3202         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error">\r
3203             <summary>\r
3204             Gets or sets the error handler called during serialization and deserialization.\r
3205             </summary>\r
3206             <value>The error handler called during serialization and deserialization.</value>\r
3207         </member>\r
3208         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context">\r
3209             <summary>\r
3210             Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods.\r
3211             </summary>\r
3212             <value>The context.</value>\r
3213         </member>\r
3214         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString">\r
3215             <summary>\r
3216             Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text, and the expected date format when reading JSON text.\r
3217             </summary>\r
3218         </member>\r
3219         <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth">\r
3220             <summary>\r
3221             Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>.\r
3222             </summary>\r
3223         </member>\r
3224         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting">\r
3225             <summary>\r
3226             Indicates how JSON text output is formatted.\r
3227             </summary>\r
3228         </member>\r
3229         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling">\r
3230             <summary>\r
3231             Get or set how dates are written to JSON text.\r
3232             </summary>\r
3233         </member>\r
3234         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling">\r
3235             <summary>\r
3236             Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization.\r
3237             </summary>\r
3238         </member>\r
3239         <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling">\r
3240             <summary>\r
3241             Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.\r
3242             </summary>\r
3243         </member>\r
3244         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling">\r
3245             <summary>\r
3246             Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>,\r
3247             <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>,\r
3248             are written as JSON.\r
3249             </summary>\r
3250         </member>\r
3251         <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling">\r
3252             <summary>\r
3253             Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.\r
3254             </summary>\r
3255         </member>\r
3256         <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling">\r
3257             <summary>\r
3258             Get or set how strings are escaped when writing JSON text.\r
3259             </summary>\r
3260         </member>\r
3261         <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture">\r
3262             <summary>\r
3263             Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>.\r
3264             </summary>\r
3265         </member>\r
3266         <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent">\r
3267             <summary>\r
3268             Gets a value indicating whether there will be a check for additional content after deserializing an object.\r
3269             </summary>\r
3270             <value>\r
3271                 <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>.\r
3272             </value>\r
3273         </member>\r
3274         <member name="T:Newtonsoft.Json.JsonTextReader">\r
3275             <summary>\r
3276             Represents a reader that provides fast, non-cached, forward-only access to JSON text data.\r
3277             </summary>\r
3278         </member>\r
3279         <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)">\r
3280             <summary>\r
3281             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.\r
3282             </summary>\r
3283             <param name="reader">The <c>TextReader</c> containing the XML data to read.</param>\r
3284         </member>\r
3285         <member name="M:Newtonsoft.Json.JsonTextReader.Read">\r
3286             <summary>\r
3287             Reads the next JSON token from the stream.\r
3288             </summary>\r
3289             <returns>\r
3290             true if the next token was read successfully; false if there are no more tokens to read.\r
3291             </returns>\r
3292         </member>\r
3293         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes">\r
3294             <summary>\r
3295             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
3296             </summary>\r
3297             <returns>\r
3298             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.\r
3299             </returns>\r
3300         </member>\r
3301         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal">\r
3302             <summary>\r
3303             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3304             </summary>\r
3305             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3306         </member>\r
3307         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32">\r
3308             <summary>\r
3309             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3310             </summary>\r
3311             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3312         </member>\r
3313         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString">\r
3314             <summary>\r
3315             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
3316             </summary>\r
3317             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3318         </member>\r
3319         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime">\r
3320             <summary>\r
3321             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3322             </summary>\r
3323             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3324         </member>\r
3325         <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset">\r
3326             <summary>\r
3327             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3328             </summary>\r
3329             <returns>A <see cref="T:System.DateTimeOffset"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3330         </member>\r
3331         <member name="M:Newtonsoft.Json.JsonTextReader.Close">\r
3332             <summary>\r
3333             Changes the state to closed. \r
3334             </summary>\r
3335         </member>\r
3336         <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo">\r
3337             <summary>\r
3338             Gets a value indicating whether the class can return line information.\r
3339             </summary>\r
3340             <returns>\r
3341                 <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>.\r
3342             </returns>\r
3343         </member>\r
3344         <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber">\r
3345             <summary>\r
3346             Gets the current line number.\r
3347             </summary>\r
3348             <value>\r
3349             The current line number or 0 if no line information is available (for example, HasLineInfo returns false).\r
3350             </value>\r
3351         </member>\r
3352         <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition">\r
3353             <summary>\r
3354             Gets the current line position.\r
3355             </summary>\r
3356             <value>\r
3357             The current line position or 0 if no line information is available (for example, HasLineInfo returns false).\r
3358             </value>\r
3359         </member>\r
3360         <member name="T:Newtonsoft.Json.JsonTextWriter">\r
3361             <summary>\r
3362             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
3363             </summary>\r
3364         </member>\r
3365         <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)">\r
3366             <summary>\r
3367             Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. \r
3368             </summary>\r
3369             <param name="textWriter">The <c>TextWriter</c> to write to.</param>\r
3370         </member>\r
3371         <member name="M:Newtonsoft.Json.JsonTextWriter.Flush">\r
3372             <summary>\r
3373             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
3374             </summary>\r
3375         </member>\r
3376         <member name="M:Newtonsoft.Json.JsonTextWriter.Close">\r
3377             <summary>\r
3378             Closes this stream and the underlying stream.\r
3379             </summary>\r
3380         </member>\r
3381         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject">\r
3382             <summary>\r
3383             Writes the beginning of a JSON object.\r
3384             </summary>\r
3385         </member>\r
3386         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray">\r
3387             <summary>\r
3388             Writes the beginning of a JSON array.\r
3389             </summary>\r
3390         </member>\r
3391         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)">\r
3392             <summary>\r
3393             Writes the start of a constructor with the given name.\r
3394             </summary>\r
3395             <param name="name">The name of the constructor.</param>\r
3396         </member>\r
3397         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
3398             <summary>\r
3399             Writes the specified end token.\r
3400             </summary>\r
3401             <param name="token">The end token to write.</param>\r
3402         </member>\r
3403         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)">\r
3404             <summary>\r
3405             Writes the property name of a name/value pair on a JSON object.\r
3406             </summary>\r
3407             <param name="name">The name of the property.</param>\r
3408         </member>\r
3409         <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)">\r
3410             <summary>\r
3411             Writes the property name of a name/value pair on a JSON object.\r
3412             </summary>\r
3413             <param name="name">The name of the property.</param>\r
3414             <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param>\r
3415         </member>\r
3416         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent">\r
3417             <summary>\r
3418             Writes indent characters.\r
3419             </summary>\r
3420         </member>\r
3421         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter">\r
3422             <summary>\r
3423             Writes the JSON value delimiter.\r
3424             </summary>\r
3425         </member>\r
3426         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace">\r
3427             <summary>\r
3428             Writes an indent space.\r
3429             </summary>\r
3430         </member>\r
3431         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)">\r
3432             <summary>\r
3433             Writes a <see cref="T:System.Object"/> value.\r
3434             An error will raised if the value cannot be written as a single JSON token.\r
3435             </summary>\r
3436             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
3437         </member>\r
3438         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull">\r
3439             <summary>\r
3440             Writes a null value.\r
3441             </summary>\r
3442         </member>\r
3443         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined">\r
3444             <summary>\r
3445             Writes an undefined value.\r
3446             </summary>\r
3447         </member>\r
3448         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)">\r
3449             <summary>\r
3450             Writes raw JSON.\r
3451             </summary>\r
3452             <param name="json">The raw JSON to write.</param>\r
3453         </member>\r
3454         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)">\r
3455             <summary>\r
3456             Writes a <see cref="T:System.String"/> value.\r
3457             </summary>\r
3458             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
3459         </member>\r
3460         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)">\r
3461             <summary>\r
3462             Writes a <see cref="T:System.Int32"/> value.\r
3463             </summary>\r
3464             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
3465         </member>\r
3466         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)">\r
3467             <summary>\r
3468             Writes a <see cref="T:System.UInt32"/> value.\r
3469             </summary>\r
3470             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
3471         </member>\r
3472         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)">\r
3473             <summary>\r
3474             Writes a <see cref="T:System.Int64"/> value.\r
3475             </summary>\r
3476             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
3477         </member>\r
3478         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)">\r
3479             <summary>\r
3480             Writes a <see cref="T:System.UInt64"/> value.\r
3481             </summary>\r
3482             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
3483         </member>\r
3484         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)">\r
3485             <summary>\r
3486             Writes a <see cref="T:System.Single"/> value.\r
3487             </summary>\r
3488             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
3489         </member>\r
3490         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})">\r
3491             <summary>\r
3492             Writes a <see cref="T:System.Nullable`1"/> value.\r
3493             </summary>\r
3494             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
3495         </member>\r
3496         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)">\r
3497             <summary>\r
3498             Writes a <see cref="T:System.Double"/> value.\r
3499             </summary>\r
3500             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
3501         </member>\r
3502         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})">\r
3503             <summary>\r
3504             Writes a <see cref="T:System.Nullable`1"/> value.\r
3505             </summary>\r
3506             <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>\r
3507         </member>\r
3508         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)">\r
3509             <summary>\r
3510             Writes a <see cref="T:System.Boolean"/> value.\r
3511             </summary>\r
3512             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
3513         </member>\r
3514         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)">\r
3515             <summary>\r
3516             Writes a <see cref="T:System.Int16"/> value.\r
3517             </summary>\r
3518             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
3519         </member>\r
3520         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)">\r
3521             <summary>\r
3522             Writes a <see cref="T:System.UInt16"/> value.\r
3523             </summary>\r
3524             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
3525         </member>\r
3526         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)">\r
3527             <summary>\r
3528             Writes a <see cref="T:System.Char"/> value.\r
3529             </summary>\r
3530             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
3531         </member>\r
3532         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)">\r
3533             <summary>\r
3534             Writes a <see cref="T:System.Byte"/> value.\r
3535             </summary>\r
3536             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
3537         </member>\r
3538         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)">\r
3539             <summary>\r
3540             Writes a <see cref="T:System.SByte"/> value.\r
3541             </summary>\r
3542             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
3543         </member>\r
3544         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)">\r
3545             <summary>\r
3546             Writes a <see cref="T:System.Decimal"/> value.\r
3547             </summary>\r
3548             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
3549         </member>\r
3550         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)">\r
3551             <summary>\r
3552             Writes a <see cref="T:System.DateTime"/> value.\r
3553             </summary>\r
3554             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
3555         </member>\r
3556         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])">\r
3557             <summary>\r
3558             Writes a <see cref="T:System.Byte"/>[] value.\r
3559             </summary>\r
3560             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
3561         </member>\r
3562         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)">\r
3563             <summary>\r
3564             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
3565             </summary>\r
3566             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
3567         </member>\r
3568         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)">\r
3569             <summary>\r
3570             Writes a <see cref="T:System.Guid"/> value.\r
3571             </summary>\r
3572             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
3573         </member>\r
3574         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)">\r
3575             <summary>\r
3576             Writes a <see cref="T:System.TimeSpan"/> value.\r
3577             </summary>\r
3578             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
3579         </member>\r
3580         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)">\r
3581             <summary>\r
3582             Writes a <see cref="T:System.Uri"/> value.\r
3583             </summary>\r
3584             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
3585         </member>\r
3586         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)">\r
3587             <summary>\r
3588             Writes out a comment <code>/*...*/</code> containing the specified text. \r
3589             </summary>\r
3590             <param name="text">Text to place inside the comment.</param>\r
3591         </member>\r
3592         <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)">\r
3593             <summary>\r
3594             Writes out the given white space.\r
3595             </summary>\r
3596             <param name="ws">The string of white space characters.</param>\r
3597         </member>\r
3598         <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation">\r
3599             <summary>\r
3600             Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.\r
3601             </summary>\r
3602         </member>\r
3603         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar">\r
3604             <summary>\r
3605             Gets or sets which character to use to quote attribute values.\r
3606             </summary>\r
3607         </member>\r
3608         <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar">\r
3609             <summary>\r
3610             Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>.\r
3611             </summary>\r
3612         </member>\r
3613         <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName">\r
3614             <summary>\r
3615             Gets or sets a value indicating whether object names will be surrounded with quotes.\r
3616             </summary>\r
3617         </member>\r
3618         <member name="T:Newtonsoft.Json.JsonToken">\r
3619             <summary>\r
3620             Specifies the type of JSON token.\r
3621             </summary>\r
3622         </member>\r
3623         <member name="F:Newtonsoft.Json.JsonToken.None">\r
3624             <summary>\r
3625             This is returned by the <see cref="T:Newtonsoft.Json.JsonReader"/> if a <see cref="M:Newtonsoft.Json.JsonReader.Read"/> method has not been called. \r
3626             </summary>\r
3627         </member>\r
3628         <member name="F:Newtonsoft.Json.JsonToken.StartObject">\r
3629             <summary>\r
3630             An object start token.\r
3631             </summary>\r
3632         </member>\r
3633         <member name="F:Newtonsoft.Json.JsonToken.StartArray">\r
3634             <summary>\r
3635             An array start token.\r
3636             </summary>\r
3637         </member>\r
3638         <member name="F:Newtonsoft.Json.JsonToken.StartConstructor">\r
3639             <summary>\r
3640             A constructor start token.\r
3641             </summary>\r
3642         </member>\r
3643         <member name="F:Newtonsoft.Json.JsonToken.PropertyName">\r
3644             <summary>\r
3645             An object property name.\r
3646             </summary>\r
3647         </member>\r
3648         <member name="F:Newtonsoft.Json.JsonToken.Comment">\r
3649             <summary>\r
3650             A comment.\r
3651             </summary>\r
3652         </member>\r
3653         <member name="F:Newtonsoft.Json.JsonToken.Raw">\r
3654             <summary>\r
3655             Raw JSON.\r
3656             </summary>\r
3657         </member>\r
3658         <member name="F:Newtonsoft.Json.JsonToken.Integer">\r
3659             <summary>\r
3660             An integer.\r
3661             </summary>\r
3662         </member>\r
3663         <member name="F:Newtonsoft.Json.JsonToken.Float">\r
3664             <summary>\r
3665             A float.\r
3666             </summary>\r
3667         </member>\r
3668         <member name="F:Newtonsoft.Json.JsonToken.String">\r
3669             <summary>\r
3670             A string.\r
3671             </summary>\r
3672         </member>\r
3673         <member name="F:Newtonsoft.Json.JsonToken.Boolean">\r
3674             <summary>\r
3675             A boolean.\r
3676             </summary>\r
3677         </member>\r
3678         <member name="F:Newtonsoft.Json.JsonToken.Null">\r
3679             <summary>\r
3680             A null token.\r
3681             </summary>\r
3682         </member>\r
3683         <member name="F:Newtonsoft.Json.JsonToken.Undefined">\r
3684             <summary>\r
3685             An undefined token.\r
3686             </summary>\r
3687         </member>\r
3688         <member name="F:Newtonsoft.Json.JsonToken.EndObject">\r
3689             <summary>\r
3690             An object end token.\r
3691             </summary>\r
3692         </member>\r
3693         <member name="F:Newtonsoft.Json.JsonToken.EndArray">\r
3694             <summary>\r
3695             An array end token.\r
3696             </summary>\r
3697         </member>\r
3698         <member name="F:Newtonsoft.Json.JsonToken.EndConstructor">\r
3699             <summary>\r
3700             A constructor end token.\r
3701             </summary>\r
3702         </member>\r
3703         <member name="F:Newtonsoft.Json.JsonToken.Date">\r
3704             <summary>\r
3705             A Date.\r
3706             </summary>\r
3707         </member>\r
3708         <member name="F:Newtonsoft.Json.JsonToken.Bytes">\r
3709             <summary>\r
3710             Byte data.\r
3711             </summary>\r
3712         </member>\r
3713         <member name="T:Newtonsoft.Json.JsonValidatingReader">\r
3714             <summary>\r
3715             <para>\r
3716             Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation.\r
3717             </para>\r
3718             <note type="caution">\r
3719             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
3720             </note>\r
3721             </summary>\r
3722         </member>\r
3723         <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)">\r
3724             <summary>\r
3725             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that\r
3726             validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
3727             </summary>\r
3728             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param>\r
3729         </member>\r
3730         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32">\r
3731             <summary>\r
3732             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3733             </summary>\r
3734             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
3735         </member>\r
3736         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes">\r
3737             <summary>\r
3738             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
3739             </summary>\r
3740             <returns>\r
3741             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null.\r
3742             </returns>\r
3743         </member>\r
3744         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal">\r
3745             <summary>\r
3746             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3747             </summary>\r
3748             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
3749         </member>\r
3750         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString">\r
3751             <summary>\r
3752             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
3753             </summary>\r
3754             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3755         </member>\r
3756         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime">\r
3757             <summary>\r
3758             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3759             </summary>\r
3760             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
3761         </member>\r
3762         <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset">\r
3763             <summary>\r
3764             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
3765             </summary>\r
3766             <returns>A <see cref="T:System.Nullable`1"/>.</returns>\r
3767         </member>\r
3768         <member name="M:Newtonsoft.Json.JsonValidatingReader.Read">\r
3769             <summary>\r
3770             Reads the next JSON token from the stream.\r
3771             </summary>\r
3772             <returns>\r
3773             true if the next token was read successfully; false if there are no more tokens to read.\r
3774             </returns>\r
3775         </member>\r
3776         <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler">\r
3777             <summary>\r
3778             Sets an event handler for receiving schema validation errors.\r
3779             </summary>\r
3780         </member>\r
3781         <member name="P:Newtonsoft.Json.JsonValidatingReader.Value">\r
3782             <summary>\r
3783             Gets the text value of the current JSON token.\r
3784             </summary>\r
3785             <value></value>\r
3786         </member>\r
3787         <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth">\r
3788             <summary>\r
3789             Gets the depth of the current token in the JSON document.\r
3790             </summary>\r
3791             <value>The depth of the current token in the JSON document.</value>\r
3792         </member>\r
3793         <member name="P:Newtonsoft.Json.JsonValidatingReader.Path">\r
3794             <summary>\r
3795             Gets the path of the current JSON token. \r
3796             </summary>\r
3797         </member>\r
3798         <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar">\r
3799             <summary>\r
3800             Gets the quotation mark character used to enclose the value of a string.\r
3801             </summary>\r
3802             <value></value>\r
3803         </member>\r
3804         <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType">\r
3805             <summary>\r
3806             Gets the type of the current JSON token.\r
3807             </summary>\r
3808             <value></value>\r
3809         </member>\r
3810         <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType">\r
3811             <summary>\r
3812             Gets the Common Language Runtime (CLR) type for the current JSON token.\r
3813             </summary>\r
3814             <value></value>\r
3815         </member>\r
3816         <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema">\r
3817             <summary>\r
3818             Gets or sets the schema.\r
3819             </summary>\r
3820             <value>The schema.</value>\r
3821         </member>\r
3822         <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader">\r
3823             <summary>\r
3824             Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>.\r
3825             </summary>\r
3826             <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value>\r
3827         </member>\r
3828         <member name="T:Newtonsoft.Json.JsonWriterException">\r
3829             <summary>\r
3830             The exception thrown when an error occurs while reading JSON text.\r
3831             </summary>\r
3832         </member>\r
3833         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor">\r
3834             <summary>\r
3835             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.\r
3836             </summary>\r
3837         </member>\r
3838         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">\r
3839             <summary>\r
3840             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class\r
3841             with a specified error message.\r
3842             </summary>\r
3843             <param name="message">The error message that explains the reason for the exception.</param>\r
3844         </member>\r
3845         <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">\r
3846             <summary>\r
3847             Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class\r
3848             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
3849             </summary>\r
3850             <param name="message">The error message that explains the reason for the exception.</param>\r
3851             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>\r
3852         </member>\r
3853         <member name="P:Newtonsoft.Json.JsonWriterException.Path">\r
3854             <summary>\r
3855             Gets the path to the JSON where the error occurred.\r
3856             </summary>\r
3857             <value>The path to the JSON where the error occurred.</value>\r
3858         </member>\r
3859         <member name="T:Newtonsoft.Json.Linq.Extensions">\r
3860             <summary>\r
3861             Contains the LINQ to JSON extension methods.\r
3862             </summary>\r
3863         </member>\r
3864         <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})">\r
3865             <summary>\r
3866             Returns a collection of tokens that contains the ancestors of every token in the source collection.\r
3867             </summary>\r
3868             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>\r
3869             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3870             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the ancestors of every token in the source collection.</returns>\r
3871         </member>\r
3872         <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">\r
3873             <summary>\r
3874             Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.\r
3875             </summary>\r
3876             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam>\r
3877             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3878             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, the ancestors of every token in the source collection.</returns>\r
3879         </member>\r
3880         <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})">\r
3881             <summary>\r
3882             Returns a collection of tokens that contains the descendants of every token in the source collection.\r
3883             </summary>\r
3884             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>\r
3885             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3886             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the descendants of every token in the source collection.</returns>\r
3887         </member>\r
3888         <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})">\r
3889             <summary>\r
3890             Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.\r
3891             </summary>\r
3892             <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam>\r
3893             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3894             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, and the descendants of every token in the source collection.</returns>\r
3895         </member>\r
3896         <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})">\r
3897             <summary>\r
3898             Returns a collection of child properties of every object in the source collection.\r
3899             </summary>\r
3900             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the source collection.</param>\r
3901             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the properties of every object in the source collection.</returns>\r
3902         </member>\r
3903         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">\r
3904             <summary>\r
3905             Returns a collection of child values of every object in the source collection with the given key.\r
3906             </summary>\r
3907             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3908             <param name="key">The token key.</param>\r
3909             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection with the given key.</returns>\r
3910         </member>\r
3911         <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
3912             <summary>\r
3913             Returns a collection of child values of every object in the source collection.\r
3914             </summary>\r
3915             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3916             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns>\r
3917         </member>\r
3918         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)">\r
3919             <summary>\r
3920             Returns a collection of converted child values of every object in the source collection with the given key.\r
3921             </summary>\r
3922             <typeparam name="U">The type to convert the values to.</typeparam>\r
3923             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3924             <param name="key">The token key.</param>\r
3925             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection with the given key.</returns>\r
3926         </member>\r
3927         <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
3928             <summary>\r
3929             Returns a collection of converted child values of every object in the source collection.\r
3930             </summary>\r
3931             <typeparam name="U">The type to convert the values to.</typeparam>\r
3932             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3933             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>\r
3934         </member>\r
3935         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
3936             <summary>\r
3937             Converts the value.\r
3938             </summary>\r
3939             <typeparam name="U">The type to convert the value to.</typeparam>\r
3940             <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
3941             <returns>A converted value.</returns>\r
3942         </member>\r
3943         <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})">\r
3944             <summary>\r
3945             Converts the value.\r
3946             </summary>\r
3947             <typeparam name="T">The source collection type.</typeparam>\r
3948             <typeparam name="U">The type to convert the value to.</typeparam>\r
3949             <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
3950             <returns>A converted value.</returns>\r
3951         </member>\r
3952         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})">\r
3953             <summary>\r
3954             Returns a collection of child tokens of every array in the source collection.\r
3955             </summary>\r
3956             <typeparam name="T">The source collection type.</typeparam>\r
3957             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3958             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns>\r
3959         </member>\r
3960         <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})">\r
3961             <summary>\r
3962             Returns a collection of converted child tokens of every array in the source collection.\r
3963             </summary>\r
3964             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3965             <typeparam name="U">The type to convert the values to.</typeparam>\r
3966             <typeparam name="T">The source collection type.</typeparam>\r
3967             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns>\r
3968         </member>\r
3969         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})">\r
3970             <summary>\r
3971             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.\r
3972             </summary>\r
3973             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3974             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>\r
3975         </member>\r
3976         <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})">\r
3977             <summary>\r
3978             Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.\r
3979             </summary>\r
3980             <typeparam name="T">The source collection type.</typeparam>\r
3981             <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param>\r
3982             <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns>\r
3983         </member>\r
3984         <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1">\r
3985             <summary>\r
3986             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
3987             </summary>\r
3988             <typeparam name="T">The type of token</typeparam>\r
3989         </member>\r
3990         <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)">\r
3991             <summary>\r
3992             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.\r
3993             </summary>\r
3994             <value></value>\r
3995         </member>\r
3996         <member name="T:Newtonsoft.Json.Linq.JArray">\r
3997             <summary>\r
3998             Represents a JSON array.\r
3999             </summary>\r
4000             <example>\r
4001               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" />\r
4002             </example>\r
4003         </member>\r
4004         <member name="T:Newtonsoft.Json.Linq.JContainer">\r
4005             <summary>\r
4006             Represents a token that can contain other tokens.\r
4007             </summary>\r
4008         </member>\r
4009         <member name="T:Newtonsoft.Json.Linq.JToken">\r
4010             <summary>\r
4011             Represents an abstract JSON token.\r
4012             </summary>\r
4013         </member>\r
4014         <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">\r
4015             <summary>\r
4016             Compares the values of two tokens, including the values of all descendant tokens.\r
4017             </summary>\r
4018             <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
4019             <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
4020             <returns>true if the tokens are equal; otherwise false.</returns>\r
4021         </member>\r
4022         <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)">\r
4023             <summary>\r
4024             Adds the specified content immediately after this token.\r
4025             </summary>\r
4026             <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param>\r
4027         </member>\r
4028         <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)">\r
4029             <summary>\r
4030             Adds the specified content immediately before this token.\r
4031             </summary>\r
4032             <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param>\r
4033         </member>\r
4034         <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors">\r
4035             <summary>\r
4036             Returns a collection of the ancestor tokens of this token.\r
4037             </summary>\r
4038             <returns>A collection of the ancestor tokens of this token.</returns>\r
4039         </member>\r
4040         <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf">\r
4041             <summary>\r
4042             Returns a collection of tokens that contain this token, and the ancestors of this token.\r
4043             </summary>\r
4044             <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns>\r
4045         </member>\r
4046         <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf">\r
4047             <summary>\r
4048             Returns a collection of the sibling tokens after this token, in document order.\r
4049             </summary>\r
4050             <returns>A collection of the sibling tokens after this tokens, in document order.</returns>\r
4051         </member>\r
4052         <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf">\r
4053             <summary>\r
4054             Returns a collection of the sibling tokens before this token, in document order.\r
4055             </summary>\r
4056             <returns>A collection of the sibling tokens before this token, in document order.</returns>\r
4057         </member>\r
4058         <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)">\r
4059             <summary>\r
4060             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type.\r
4061             </summary>\r
4062             <typeparam name="T">The type to convert the token to.</typeparam>\r
4063             <param name="key">The token key.</param>\r
4064             <returns>The converted token value.</returns>\r
4065         </member>\r
4066         <member name="M:Newtonsoft.Json.Linq.JToken.Children">\r
4067             <summary>\r
4068             Returns a collection of the child tokens of this token, in document order.\r
4069             </summary>\r
4070             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>\r
4071         </member>\r
4072         <member name="M:Newtonsoft.Json.Linq.JToken.Children``1">\r
4073             <summary>\r
4074             Returns a collection of the child tokens of this token, in document order, filtered by the specified type.\r
4075             </summary>\r
4076             <typeparam name="T">The type to filter the child tokens on.</typeparam>\r
4077             <returns>A <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>\r
4078         </member>\r
4079         <member name="M:Newtonsoft.Json.Linq.JToken.Values``1">\r
4080             <summary>\r
4081             Returns a collection of the child values of this token, in document order.\r
4082             </summary>\r
4083             <typeparam name="T">The type to convert the values to.</typeparam>\r
4084             <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns>\r
4085         </member>\r
4086         <member name="M:Newtonsoft.Json.Linq.JToken.Remove">\r
4087             <summary>\r
4088             Removes this token from its parent.\r
4089             </summary>\r
4090         </member>\r
4091         <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)">\r
4092             <summary>\r
4093             Replaces this token with the specified token.\r
4094             </summary>\r
4095             <param name="value">The value.</param>\r
4096         </member>\r
4097         <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
4098             <summary>\r
4099             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
4100             </summary>\r
4101             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
4102             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
4103         </member>\r
4104         <member name="M:Newtonsoft.Json.Linq.JToken.ToString">\r
4105             <summary>\r
4106             Returns the indented JSON for this token.\r
4107             </summary>\r
4108             <returns>\r
4109             The indented JSON for this token.\r
4110             </returns>\r
4111         </member>\r
4112         <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])">\r
4113             <summary>\r
4114             Returns the JSON for this token using the given formatting and converters.\r
4115             </summary>\r
4116             <param name="formatting">Indicates how the output is formatted.</param>\r
4117             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
4118             <returns>The JSON for this token using the given formatting and converters.</returns>\r
4119         </member>\r
4120         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean">\r
4121             <summary>\r
4122             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>.\r
4123             </summary>\r
4124             <param name="value">The value.</param>\r
4125             <returns>The result of the conversion.</returns>\r
4126         </member>\r
4127         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset">\r
4128             <summary>\r
4129             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>.\r
4130             </summary>\r
4131             <param name="value">The value.</param>\r
4132             <returns>The result of the conversion.</returns>\r
4133         </member>\r
4134         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}">\r
4135             <summary>\r
4136             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4137             </summary>\r
4138             <param name="value">The value.</param>\r
4139             <returns>The result of the conversion.</returns>\r
4140         </member>\r
4141         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64">\r
4142             <summary>\r
4143             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>.\r
4144             </summary>\r
4145             <param name="value">The value.</param>\r
4146             <returns>The result of the conversion.</returns>\r
4147         </member>\r
4148         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}">\r
4149             <summary>\r
4150             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4151             </summary>\r
4152             <param name="value">The value.</param>\r
4153             <returns>The result of the conversion.</returns>\r
4154         </member>\r
4155         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}">\r
4156             <summary>\r
4157             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4158             </summary>\r
4159             <param name="value">The value.</param>\r
4160             <returns>The result of the conversion.</returns>\r
4161         </member>\r
4162         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}">\r
4163             <summary>\r
4164             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4165             </summary>\r
4166             <param name="value">The value.</param>\r
4167             <returns>The result of the conversion.</returns>\r
4168         </member>\r
4169         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}">\r
4170             <summary>\r
4171             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4172             </summary>\r
4173             <param name="value">The value.</param>\r
4174             <returns>The result of the conversion.</returns>\r
4175         </member>\r
4176         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}">\r
4177             <summary>\r
4178             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4179             </summary>\r
4180             <param name="value">The value.</param>\r
4181             <returns>The result of the conversion.</returns>\r
4182         </member>\r
4183         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32">\r
4184             <summary>\r
4185             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>.\r
4186             </summary>\r
4187             <param name="value">The value.</param>\r
4188             <returns>The result of the conversion.</returns>\r
4189         </member>\r
4190         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16">\r
4191             <summary>\r
4192             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>.\r
4193             </summary>\r
4194             <param name="value">The value.</param>\r
4195             <returns>The result of the conversion.</returns>\r
4196         </member>\r
4197         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16">\r
4198             <summary>\r
4199             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>.\r
4200             </summary>\r
4201             <param name="value">The value.</param>\r
4202             <returns>The result of the conversion.</returns>\r
4203         </member>\r
4204         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char">\r
4205             <summary>\r
4206             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>.\r
4207             </summary>\r
4208             <param name="value">The value.</param>\r
4209             <returns>The result of the conversion.</returns>\r
4210         </member>\r
4211         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte">\r
4212             <summary>\r
4213             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>.\r
4214             </summary>\r
4215             <param name="value">The value.</param>\r
4216             <returns>The result of the conversion.</returns>\r
4217         </member>\r
4218         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte">\r
4219             <summary>\r
4220             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>.\r
4221             </summary>\r
4222             <param name="value">The value.</param>\r
4223             <returns>The result of the conversion.</returns>\r
4224         </member>\r
4225         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}">\r
4226             <summary>\r
4227             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4228             </summary>\r
4229             <param name="value">The value.</param>\r
4230             <returns>The result of the conversion.</returns>\r
4231         </member>\r
4232         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}">\r
4233             <summary>\r
4234             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4235             </summary>\r
4236             <param name="value">The value.</param>\r
4237             <returns>The result of the conversion.</returns>\r
4238         </member>\r
4239         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}">\r
4240             <summary>\r
4241             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4242             </summary>\r
4243             <param name="value">The value.</param>\r
4244             <returns>The result of the conversion.</returns>\r
4245         </member>\r
4246         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}">\r
4247             <summary>\r
4248             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4249             </summary>\r
4250             <param name="value">The value.</param>\r
4251             <returns>The result of the conversion.</returns>\r
4252         </member>\r
4253         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}">\r
4254             <summary>\r
4255             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4256             </summary>\r
4257             <param name="value">The value.</param>\r
4258             <returns>The result of the conversion.</returns>\r
4259         </member>\r
4260         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime">\r
4261             <summary>\r
4262             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>.\r
4263             </summary>\r
4264             <param name="value">The value.</param>\r
4265             <returns>The result of the conversion.</returns>\r
4266         </member>\r
4267         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}">\r
4268             <summary>\r
4269             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4270             </summary>\r
4271             <param name="value">The value.</param>\r
4272             <returns>The result of the conversion.</returns>\r
4273         </member>\r
4274         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}">\r
4275             <summary>\r
4276             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4277             </summary>\r
4278             <param name="value">The value.</param>\r
4279             <returns>The result of the conversion.</returns>\r
4280         </member>\r
4281         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal">\r
4282             <summary>\r
4283             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>.\r
4284             </summary>\r
4285             <param name="value">The value.</param>\r
4286             <returns>The result of the conversion.</returns>\r
4287         </member>\r
4288         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}">\r
4289             <summary>\r
4290             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4291             </summary>\r
4292             <param name="value">The value.</param>\r
4293             <returns>The result of the conversion.</returns>\r
4294         </member>\r
4295         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}">\r
4296             <summary>\r
4297             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>.\r
4298             </summary>\r
4299             <param name="value">The value.</param>\r
4300             <returns>The result of the conversion.</returns>\r
4301         </member>\r
4302         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double">\r
4303             <summary>\r
4304             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>.\r
4305             </summary>\r
4306             <param name="value">The value.</param>\r
4307             <returns>The result of the conversion.</returns>\r
4308         </member>\r
4309         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single">\r
4310             <summary>\r
4311             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>.\r
4312             </summary>\r
4313             <param name="value">The value.</param>\r
4314             <returns>The result of the conversion.</returns>\r
4315         </member>\r
4316         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String">\r
4317             <summary>\r
4318             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>.\r
4319             </summary>\r
4320             <param name="value">The value.</param>\r
4321             <returns>The result of the conversion.</returns>\r
4322         </member>\r
4323         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32">\r
4324             <summary>\r
4325             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>.\r
4326             </summary>\r
4327             <param name="value">The value.</param>\r
4328             <returns>The result of the conversion.</returns>\r
4329         </member>\r
4330         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64">\r
4331             <summary>\r
4332             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>.\r
4333             </summary>\r
4334             <param name="value">The value.</param>\r
4335             <returns>The result of the conversion.</returns>\r
4336         </member>\r
4337         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]">\r
4338             <summary>\r
4339             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[].\r
4340             </summary>\r
4341             <param name="value">The value.</param>\r
4342             <returns>The result of the conversion.</returns>\r
4343         </member>\r
4344         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid">\r
4345             <summary>\r
4346             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.\r
4347             </summary>\r
4348             <param name="value">The value.</param>\r
4349             <returns>The result of the conversion.</returns>\r
4350         </member>\r
4351         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}">\r
4352             <summary>\r
4353             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>.\r
4354             </summary>\r
4355             <param name="value">The value.</param>\r
4356             <returns>The result of the conversion.</returns>\r
4357         </member>\r
4358         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan">\r
4359             <summary>\r
4360             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.\r
4361             </summary>\r
4362             <param name="value">The value.</param>\r
4363             <returns>The result of the conversion.</returns>\r
4364         </member>\r
4365         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}">\r
4366             <summary>\r
4367             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>.\r
4368             </summary>\r
4369             <param name="value">The value.</param>\r
4370             <returns>The result of the conversion.</returns>\r
4371         </member>\r
4372         <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri">\r
4373             <summary>\r
4374             Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>.\r
4375             </summary>\r
4376             <param name="value">The value.</param>\r
4377             <returns>The result of the conversion.</returns>\r
4378         </member>\r
4379         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken">\r
4380             <summary>\r
4381             Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4382             </summary>\r
4383             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4384             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4385         </member>\r
4386         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken">\r
4387             <summary>\r
4388             Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4389             </summary>\r
4390             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4391             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4392         </member>\r
4393         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken">\r
4394             <summary>\r
4395             Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4396             </summary>\r
4397             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4398             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4399         </member>\r
4400         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken">\r
4401             <summary>\r
4402             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4403             </summary>\r
4404             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4405             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4406         </member>\r
4407         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken">\r
4408             <summary>\r
4409             Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4410             </summary>\r
4411             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4412             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4413         </member>\r
4414         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken">\r
4415             <summary>\r
4416             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4417             </summary>\r
4418             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4419             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4420         </member>\r
4421         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken">\r
4422             <summary>\r
4423             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4424             </summary>\r
4425             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4426             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4427         </member>\r
4428         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken">\r
4429             <summary>\r
4430             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4431             </summary>\r
4432             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4433             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4434         </member>\r
4435         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken">\r
4436             <summary>\r
4437             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4438             </summary>\r
4439             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4440             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4441         </member>\r
4442         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken">\r
4443             <summary>\r
4444             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4445             </summary>\r
4446             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4447             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4448         </member>\r
4449         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken">\r
4450             <summary>\r
4451             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4452             </summary>\r
4453             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4454             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4455         </member>\r
4456         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken">\r
4457             <summary>\r
4458             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4459             </summary>\r
4460             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4461             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4462         </member>\r
4463         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken">\r
4464             <summary>\r
4465             Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4466             </summary>\r
4467             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4468             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4469         </member>\r
4470         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken">\r
4471             <summary>\r
4472             Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4473             </summary>\r
4474             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4475             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4476         </member>\r
4477         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken">\r
4478             <summary>\r
4479             Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4480             </summary>\r
4481             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4482             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4483         </member>\r
4484         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken">\r
4485             <summary>\r
4486             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4487             </summary>\r
4488             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4489             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4490         </member>\r
4491         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken">\r
4492             <summary>\r
4493             Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4494             </summary>\r
4495             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4496             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4497         </member>\r
4498         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken">\r
4499             <summary>\r
4500             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4501             </summary>\r
4502             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4503             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4504         </member>\r
4505         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken">\r
4506             <summary>\r
4507             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4508             </summary>\r
4509             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4510             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4511         </member>\r
4512         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken">\r
4513             <summary>\r
4514             Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4515             </summary>\r
4516             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4517             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4518         </member>\r
4519         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken">\r
4520             <summary>\r
4521             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4522             </summary>\r
4523             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4524             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4525         </member>\r
4526         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken">\r
4527             <summary>\r
4528             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4529             </summary>\r
4530             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4531             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4532         </member>\r
4533         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken">\r
4534             <summary>\r
4535             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4536             </summary>\r
4537             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4538             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4539         </member>\r
4540         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken">\r
4541             <summary>\r
4542             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4543             </summary>\r
4544             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4545             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4546         </member>\r
4547         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken">\r
4548             <summary>\r
4549             Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4550             </summary>\r
4551             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4552             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4553         </member>\r
4554         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken">\r
4555             <summary>\r
4556             Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4557             </summary>\r
4558             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4559             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4560         </member>\r
4561         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken">\r
4562             <summary>\r
4563             Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4564             </summary>\r
4565             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4566             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4567         </member>\r
4568         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken">\r
4569             <summary>\r
4570             Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4571             </summary>\r
4572             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4573             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4574         </member>\r
4575         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken">\r
4576             <summary>\r
4577             Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4578             </summary>\r
4579             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4580             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4581         </member>\r
4582         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken">\r
4583             <summary>\r
4584             Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4585             </summary>\r
4586             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4587             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4588         </member>\r
4589         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken">\r
4590             <summary>\r
4591             Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4592             </summary>\r
4593             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4594             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4595         </member>\r
4596         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken">\r
4597             <summary>\r
4598             Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4599             </summary>\r
4600             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4601             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4602         </member>\r
4603         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken">\r
4604             <summary>\r
4605             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4606             </summary>\r
4607             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4608             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4609         </member>\r
4610         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken">\r
4611             <summary>\r
4612             Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4613             </summary>\r
4614             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4615             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4616         </member>\r
4617         <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken">\r
4618             <summary>\r
4619             Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4620             </summary>\r
4621             <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param>\r
4622             <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns>\r
4623         </member>\r
4624         <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader">\r
4625             <summary>\r
4626             Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token.\r
4627             </summary>\r
4628             <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns>\r
4629         </member>\r
4630         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)">\r
4631             <summary>\r
4632             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object.\r
4633             </summary>\r
4634             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
4635             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>\r
4636         </member>\r
4637         <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
4638             <summary>\r
4639             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
4640             </summary>\r
4641             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
4642             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param>\r
4643             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns>\r
4644         </member>\r
4645         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1">\r
4646             <summary>\r
4647             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4648             </summary>\r
4649             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>\r
4650             <returns>The new object created from the JSON value.</returns>\r
4651         </member>\r
4652         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)">\r
4653             <summary>\r
4654             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4655             </summary>\r
4656             <param name="objectType">The object type that the token will be deserialized to.</param>\r
4657             <returns>The new object created from the JSON value.</returns>\r
4658         </member>\r
4659         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)">\r
4660             <summary>\r
4661             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
4662             </summary>\r
4663             <typeparam name="T">The object type that the token will be deserialized to.</typeparam>\r
4664             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>\r
4665             <returns>The new object created from the JSON value.</returns>\r
4666         </member>\r
4667         <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)">\r
4668             <summary>\r
4669             Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
4670             </summary>\r
4671             <param name="objectType">The object type that the token will be deserialized to.</param>\r
4672             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param>\r
4673             <returns>The new object created from the JSON value.</returns>\r
4674         </member>\r
4675         <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)">\r
4676             <summary>\r
4677             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
4678             </summary>\r
4679             <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
4680             <returns>\r
4681             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens\r
4682             that were read from the reader. The runtime type of the token is determined\r
4683             by the token type of the first token encountered in the reader.\r
4684             </returns>\r
4685         </member>\r
4686         <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)">\r
4687             <summary>\r
4688             Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON.\r
4689             </summary>\r
4690             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
4691             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns>\r
4692         </member>\r
4693         <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)">\r
4694             <summary>\r
4695             Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
4696             </summary>\r
4697             <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param>\r
4698             <returns>\r
4699             An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens\r
4700             that were read from the reader. The runtime type of the token is determined\r
4701             by the token type of the first token encountered in the reader.\r
4702             </returns>\r
4703         </member>\r
4704         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)">\r
4705             <summary>\r
4706             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.\r
4707             </summary>\r
4708             <param name="path">\r
4709             A <see cref="T:System.String"/> that contains a JPath expression.\r
4710             </param>\r
4711             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns>\r
4712         </member>\r
4713         <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)">\r
4714             <summary>\r
4715             Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path.\r
4716             </summary>\r
4717             <param name="path">\r
4718             A <see cref="T:System.String"/> that contains a JPath expression.\r
4719             </param>\r
4720             <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param>\r
4721             <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
4722         </member>\r
4723         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)">\r
4724             <summary>\r
4725             Selects a collection of elements using a JPath expression.\r
4726             </summary>\r
4727             <param name="path">\r
4728             A <see cref="T:System.String"/> that contains a JPath expression.\r
4729             </param>\r
4730             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>\r
4731         </member>\r
4732         <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)">\r
4733             <summary>\r
4734             Selects a collection of elements using a JPath expression.\r
4735             </summary>\r
4736             <param name="path">\r
4737             A <see cref="T:System.String"/> that contains a JPath expression.\r
4738             </param>\r
4739             <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param>\r
4740             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns>\r
4741         </member>\r
4742         <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">\r
4743             <summary>\r
4744             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
4745             </summary>\r
4746             <param name="parameter">The expression tree representation of the runtime value.</param>\r
4747             <returns>\r
4748             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
4749             </returns>\r
4750         </member>\r
4751         <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">\r
4752             <summary>\r
4753             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
4754             </summary>\r
4755             <param name="parameter">The expression tree representation of the runtime value.</param>\r
4756             <returns>\r
4757             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
4758             </returns>\r
4759         </member>\r
4760         <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">\r
4761             <summary>\r
4762             Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.\r
4763             </summary>\r
4764             <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
4765         </member>\r
4766         <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)">\r
4767             <summary>\r
4768             Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4769             </summary>\r
4770             <param name="annotation">The annotation to add.</param>\r
4771         </member>\r
4772         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1">\r
4773             <summary>\r
4774             Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4775             </summary>\r
4776             <typeparam name="T">The type of the annotation to retrieve.</typeparam>\r
4777             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>\r
4778         </member>\r
4779         <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)">\r
4780             <summary>\r
4781             Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4782             </summary>\r
4783             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param>\r
4784             <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns>\r
4785         </member>\r
4786         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1">\r
4787             <summary>\r
4788             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4789             </summary>\r
4790             <typeparam name="T">The type of the annotations to retrieve.</typeparam>\r
4791             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>  that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
4792         </member>\r
4793         <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)">\r
4794             <summary>\r
4795             Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4796             </summary>\r
4797             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param>\r
4798             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:System.Object"/> that contains the annotations that match the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
4799         </member>\r
4800         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1">\r
4801             <summary>\r
4802             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4803             </summary>\r
4804             <typeparam name="T">The type of annotations to remove.</typeparam>\r
4805         </member>\r
4806         <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)">\r
4807             <summary>\r
4808             Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4809             </summary>\r
4810             <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param>\r
4811         </member>\r
4812         <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer">\r
4813             <summary>\r
4814             Gets a comparer that can compare two tokens for value equality.\r
4815             </summary>\r
4816             <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value>\r
4817         </member>\r
4818         <member name="P:Newtonsoft.Json.Linq.JToken.Parent">\r
4819             <summary>\r
4820             Gets or sets the parent.\r
4821             </summary>\r
4822             <value>The parent.</value>\r
4823         </member>\r
4824         <member name="P:Newtonsoft.Json.Linq.JToken.Root">\r
4825             <summary>\r
4826             Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4827             </summary>\r
4828             <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>\r
4829         </member>\r
4830         <member name="P:Newtonsoft.Json.Linq.JToken.Type">\r
4831             <summary>\r
4832             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4833             </summary>\r
4834             <value>The type.</value>\r
4835         </member>\r
4836         <member name="P:Newtonsoft.Json.Linq.JToken.HasValues">\r
4837             <summary>\r
4838             Gets a value indicating whether this token has child tokens.\r
4839             </summary>\r
4840             <value>\r
4841                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
4842             </value>\r
4843         </member>\r
4844         <member name="P:Newtonsoft.Json.Linq.JToken.Next">\r
4845             <summary>\r
4846             Gets the next sibling token of this node.\r
4847             </summary>\r
4848             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value>\r
4849         </member>\r
4850         <member name="P:Newtonsoft.Json.Linq.JToken.Previous">\r
4851             <summary>\r
4852             Gets the previous sibling token of this node.\r
4853             </summary>\r
4854             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value>\r
4855         </member>\r
4856         <member name="P:Newtonsoft.Json.Linq.JToken.Path">\r
4857             <summary>\r
4858             Gets the path of the JSON token. \r
4859             </summary>\r
4860         </member>\r
4861         <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)">\r
4862             <summary>\r
4863             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
4864             </summary>\r
4865             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
4866         </member>\r
4867         <member name="P:Newtonsoft.Json.Linq.JToken.First">\r
4868             <summary>\r
4869             Get the first child token of this token.\r
4870             </summary>\r
4871             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>\r
4872         </member>\r
4873         <member name="P:Newtonsoft.Json.Linq.JToken.Last">\r
4874             <summary>\r
4875             Get the last child token of this token.\r
4876             </summary>\r
4877             <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value>\r
4878         </member>\r
4879         <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">\r
4880             <summary>\r
4881             Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event.\r
4882             </summary>\r
4883             <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>\r
4884         </member>\r
4885         <member name="M:Newtonsoft.Json.Linq.JContainer.Children">\r
4886             <summary>\r
4887             Returns a collection of the child tokens of this token, in document order.\r
4888             </summary>\r
4889             <returns>\r
4890             An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.\r
4891             </returns>\r
4892         </member>\r
4893         <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1">\r
4894             <summary>\r
4895             Returns a collection of the child values of this token, in document order.\r
4896             </summary>\r
4897             <typeparam name="T">The type to convert the values to.</typeparam>\r
4898             <returns>\r
4899             A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.\r
4900             </returns>\r
4901         </member>\r
4902         <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants">\r
4903             <summary>\r
4904             Returns a collection of the descendant tokens for this token in document order.\r
4905             </summary>\r
4906             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
4907         </member>\r
4908         <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf">\r
4909             <summary>\r
4910             Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.\r
4911             </summary>\r
4912             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing this token, and all the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns>\r
4913         </member>\r
4914         <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)">\r
4915             <summary>\r
4916             Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4917             </summary>\r
4918             <param name="content">The content to be added.</param>\r
4919         </member>\r
4920         <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)">\r
4921             <summary>\r
4922             Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4923             </summary>\r
4924             <param name="content">The content to be added.</param>\r
4925         </member>\r
4926         <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter">\r
4927             <summary>\r
4928             Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4929             </summary>\r
4930             <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns>\r
4931         </member>\r
4932         <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)">\r
4933             <summary>\r
4934             Replaces the children nodes of this token with the specified content.\r
4935             </summary>\r
4936             <param name="content">The content.</param>\r
4937         </member>\r
4938         <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll">\r
4939             <summary>\r
4940             Removes the child nodes from this token.\r
4941             </summary>\r
4942         </member>\r
4943         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)">\r
4944             <summary>\r
4945             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4946             </summary>\r
4947             <param name="content">The content to be merged.</param>\r
4948         </member>\r
4949         <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)">\r
4950             <summary>\r
4951             Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>.\r
4952             </summary>\r
4953             <param name="content">The content to be merged.</param>\r
4954             <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param>\r
4955         </member>\r
4956         <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged">\r
4957             <summary>\r
4958             Occurs when the items list of the collection has changed, or the collection is reset.\r
4959             </summary>\r
4960         </member>\r
4961         <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens">\r
4962             <summary>\r
4963             Gets the container's children tokens.\r
4964             </summary>\r
4965             <value>The container's children tokens.</value>\r
4966         </member>\r
4967         <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues">\r
4968             <summary>\r
4969             Gets a value indicating whether this token has child tokens.\r
4970             </summary>\r
4971             <value>\r
4972                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
4973             </value>\r
4974         </member>\r
4975         <member name="P:Newtonsoft.Json.Linq.JContainer.First">\r
4976             <summary>\r
4977             Get the first child token of this token.\r
4978             </summary>\r
4979             <value>\r
4980             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4981             </value>\r
4982         </member>\r
4983         <member name="P:Newtonsoft.Json.Linq.JContainer.Last">\r
4984             <summary>\r
4985             Get the last child token of this token.\r
4986             </summary>\r
4987             <value>\r
4988             A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
4989             </value>\r
4990         </member>\r
4991         <member name="P:Newtonsoft.Json.Linq.JContainer.Count">\r
4992             <summary>\r
4993             Gets the count of child JSON tokens.\r
4994             </summary>\r
4995             <value>The count of child JSON tokens</value>\r
4996         </member>\r
4997         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor">\r
4998             <summary>\r
4999             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class.\r
5000             </summary>\r
5001         </member>\r
5002         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)">\r
5003             <summary>\r
5004             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object.\r
5005             </summary>\r
5006             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param>\r
5007         </member>\r
5008         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])">\r
5009             <summary>\r
5010             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.\r
5011             </summary>\r
5012             <param name="content">The contents of the array.</param>\r
5013         </member>\r
5014         <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)">\r
5015             <summary>\r
5016             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content.\r
5017             </summary>\r
5018             <param name="content">The contents of the array.</param>\r
5019         </member>\r
5020         <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)">\r
5021             <summary>\r
5022             Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
5023             </summary>\r
5024             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>\r
5025             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>\r
5026         </member>\r
5027         <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)">\r
5028             <summary>\r
5029             Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON.\r
5030             </summary>\r
5031             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
5032             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns>\r
5033             <example>\r
5034               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text"/>\r
5035             </example>\r
5036         </member>\r
5037         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)">\r
5038             <summary>\r
5039             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.\r
5040             </summary>\r
5041             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>\r
5042             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>\r
5043         </member>\r
5044         <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
5045             <summary>\r
5046             Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object.\r
5047             </summary>\r
5048             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param>\r
5049             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>\r
5050             <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns>\r
5051         </member>\r
5052         <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5053             <summary>\r
5054             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5055             </summary>\r
5056             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5057             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5058         </member>\r
5059         <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)">\r
5060             <summary>\r
5061             Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>.\r
5062             </summary>\r
5063             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param>\r
5064             <returns>\r
5065             The index of <paramref name="item"/> if found in the list; otherwise, -1.\r
5066             </returns>\r
5067         </member>\r
5068         <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)">\r
5069             <summary>\r
5070             Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index.\r
5071             </summary>\r
5072             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>\r
5073             <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param>\r
5074             <exception cref="T:System.ArgumentOutOfRangeException">\r
5075                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>\r
5076             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>\r
5077         </member>\r
5078         <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)">\r
5079             <summary>\r
5080             Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index.\r
5081             </summary>\r
5082             <param name="index">The zero-based index of the item to remove.</param>\r
5083             <exception cref="T:System.ArgumentOutOfRangeException">\r
5084                 <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception>\r
5085             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception>\r
5086         </member>\r
5087         <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator">\r
5088             <summary>\r
5089             Returns an enumerator that iterates through the collection.\r
5090             </summary>\r
5091             <returns>\r
5092             A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.\r
5093             </returns>\r
5094         </member>\r
5095         <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)">\r
5096             <summary>\r
5097             Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
5098             </summary>\r
5099             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
5100             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>\r
5101         </member>\r
5102         <member name="M:Newtonsoft.Json.Linq.JArray.Clear">\r
5103             <summary>\r
5104             Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
5105             </summary>\r
5106             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception>\r
5107         </member>\r
5108         <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)">\r
5109             <summary>\r
5110             Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.\r
5111             </summary>\r
5112             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
5113             <returns>\r
5114             true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.\r
5115             </returns>\r
5116         </member>\r
5117         <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)">\r
5118             <summary>\r
5119             Copies to.\r
5120             </summary>\r
5121             <param name="array">The array.</param>\r
5122             <param name="arrayIndex">Index of the array.</param>\r
5123         </member>\r
5124         <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)">\r
5125             <summary>\r
5126             Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
5127             </summary>\r
5128             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param>\r
5129             <returns>\r
5130             true if <paramref name="item"/> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramref name="item"/> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"/>.\r
5131             </returns>\r
5132             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>\r
5133         </member>\r
5134         <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens">\r
5135             <summary>\r
5136             Gets the container's children tokens.\r
5137             </summary>\r
5138             <value>The container's children tokens.</value>\r
5139         </member>\r
5140         <member name="P:Newtonsoft.Json.Linq.JArray.Type">\r
5141             <summary>\r
5142             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5143             </summary>\r
5144             <value>The type.</value>\r
5145         </member>\r
5146         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)">\r
5147             <summary>\r
5148             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
5149             </summary>\r
5150             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
5151         </member>\r
5152         <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)">\r
5153             <summary>\r
5154             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index.\r
5155             </summary>\r
5156             <value></value>\r
5157         </member>\r
5158         <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly">\r
5159             <summary>\r
5160             Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.\r
5161             </summary>\r
5162             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns>\r
5163         </member>\r
5164         <member name="T:Newtonsoft.Json.Linq.JConstructor">\r
5165             <summary>\r
5166             Represents a JSON constructor.\r
5167             </summary>\r
5168         </member>\r
5169         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor">\r
5170             <summary>\r
5171             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class.\r
5172             </summary>\r
5173         </member>\r
5174         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)">\r
5175             <summary>\r
5176             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object.\r
5177             </summary>\r
5178             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param>\r
5179         </member>\r
5180         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])">\r
5181             <summary>\r
5182             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.\r
5183             </summary>\r
5184             <param name="name">The constructor name.</param>\r
5185             <param name="content">The contents of the constructor.</param>\r
5186         </member>\r
5187         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)">\r
5188             <summary>\r
5189             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content.\r
5190             </summary>\r
5191             <param name="name">The constructor name.</param>\r
5192             <param name="content">The contents of the constructor.</param>\r
5193         </member>\r
5194         <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)">\r
5195             <summary>\r
5196             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name.\r
5197             </summary>\r
5198             <param name="name">The constructor name.</param>\r
5199         </member>\r
5200         <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5201             <summary>\r
5202             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5203             </summary>\r
5204             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5205             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5206         </member>\r
5207         <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)">\r
5208             <summary>\r
5209             Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
5210             </summary>\r
5211             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param>\r
5212             <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>\r
5213         </member>\r
5214         <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens">\r
5215             <summary>\r
5216             Gets the container's children tokens.\r
5217             </summary>\r
5218             <value>The container's children tokens.</value>\r
5219         </member>\r
5220         <member name="P:Newtonsoft.Json.Linq.JConstructor.Name">\r
5221             <summary>\r
5222             Gets or sets the name of this constructor.\r
5223             </summary>\r
5224             <value>The constructor name.</value>\r
5225         </member>\r
5226         <member name="P:Newtonsoft.Json.Linq.JConstructor.Type">\r
5227             <summary>\r
5228             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5229             </summary>\r
5230             <value>The type.</value>\r
5231         </member>\r
5232         <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)">\r
5233             <summary>\r
5234             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
5235             </summary>\r
5236             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
5237         </member>\r
5238         <member name="T:Newtonsoft.Json.Linq.JEnumerable`1">\r
5239             <summary>\r
5240             Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
5241             </summary>\r
5242             <typeparam name="T">The type of token</typeparam>\r
5243         </member>\r
5244         <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty">\r
5245             <summary>\r
5246             An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects.\r
5247             </summary>\r
5248         </member>\r
5249         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})">\r
5250             <summary>\r
5251             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct.\r
5252             </summary>\r
5253             <param name="enumerable">The enumerable.</param>\r
5254         </member>\r
5255         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator">\r
5256             <summary>\r
5257             Returns an enumerator that iterates through the collection.\r
5258             </summary>\r
5259             <returns>\r
5260             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.\r
5261             </returns>\r
5262         </member>\r
5263         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator">\r
5264             <summary>\r
5265             Returns an enumerator that iterates through a collection.\r
5266             </summary>\r
5267             <returns>\r
5268             An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.\r
5269             </returns>\r
5270         </member>\r
5271         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})">\r
5272             <summary>\r
5273             Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance.\r
5274             </summary>\r
5275             <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param>\r
5276             <returns>\r
5277                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>.\r
5278             </returns>\r
5279         </member>\r
5280         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)">\r
5281             <summary>\r
5282             Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.\r
5283             </summary>\r
5284             <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>\r
5285             <returns>\r
5286                 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.\r
5287             </returns>\r
5288         </member>\r
5289         <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode">\r
5290             <summary>\r
5291             Returns a hash code for this instance.\r
5292             </summary>\r
5293             <returns>\r
5294             A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. \r
5295             </returns>\r
5296         </member>\r
5297         <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)">\r
5298             <summary>\r
5299             Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key.\r
5300             </summary>\r
5301             <value></value>\r
5302         </member>\r
5303         <member name="T:Newtonsoft.Json.Linq.JObject">\r
5304             <summary>\r
5305             Represents a JSON object.\r
5306             </summary>\r
5307             <example>\r
5308               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" />\r
5309             </example>\r
5310         </member>\r
5311         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor">\r
5312             <summary>\r
5313             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class.\r
5314             </summary>\r
5315         </member>\r
5316         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)">\r
5317             <summary>\r
5318             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object.\r
5319             </summary>\r
5320             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param>\r
5321         </member>\r
5322         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])">\r
5323             <summary>\r
5324             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.\r
5325             </summary>\r
5326             <param name="content">The contents of the object.</param>\r
5327         </member>\r
5328         <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)">\r
5329             <summary>\r
5330             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content.\r
5331             </summary>\r
5332             <param name="content">The contents of the object.</param>\r
5333         </member>\r
5334         <member name="M:Newtonsoft.Json.Linq.JObject.Properties">\r
5335             <summary>\r
5336             Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.\r
5337             </summary>\r
5338             <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns>\r
5339         </member>\r
5340         <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)">\r
5341             <summary>\r
5342             Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name.\r
5343             </summary>\r
5344             <param name="name">The property name.</param>\r
5345             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns>\r
5346         </member>\r
5347         <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues">\r
5348             <summary>\r
5349             Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.\r
5350             </summary>\r
5351             <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns>\r
5352         </member>\r
5353         <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)">\r
5354             <summary>\r
5355             Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
5356             </summary>\r
5357             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>\r
5358             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>\r
5359         </member>\r
5360         <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)">\r
5361             <summary>\r
5362             Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON.\r
5363             </summary>\r
5364             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
5365             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns>\r
5366             <example>\r
5367               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text"/>\r
5368             </example>\r
5369         </member>\r
5370         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)">\r
5371             <summary>\r
5372             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.\r
5373             </summary>\r
5374             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>\r
5375             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>\r
5376         </member>\r
5377         <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)">\r
5378             <summary>\r
5379             Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object.\r
5380             </summary>\r
5381             <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param>\r
5382             <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param>\r
5383             <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns>\r
5384         </member>\r
5385         <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5386             <summary>\r
5387             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5388             </summary>\r
5389             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5390             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5391         </member>\r
5392         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)">\r
5393             <summary>\r
5394             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
5395             </summary>\r
5396             <param name="propertyName">Name of the property.</param>\r
5397             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>\r
5398         </member>\r
5399         <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)">\r
5400             <summary>\r
5401             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
5402             The exact property name will be searched for first and if no matching property is found then\r
5403             the <see cref="T:System.StringComparison"/> will be used to match a property.\r
5404             </summary>\r
5405             <param name="propertyName">Name of the property.</param>\r
5406             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>\r
5407             <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns>\r
5408         </member>\r
5409         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)">\r
5410             <summary>\r
5411             Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
5412             The exact property name will be searched for first and if no matching property is found then\r
5413             the <see cref="T:System.StringComparison"/> will be used to match a property.\r
5414             </summary>\r
5415             <param name="propertyName">Name of the property.</param>\r
5416             <param name="value">The value.</param>\r
5417             <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param>\r
5418             <returns>true if a value was successfully retrieved; otherwise, false.</returns>\r
5419         </member>\r
5420         <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)">\r
5421             <summary>\r
5422             Adds the specified property name.\r
5423             </summary>\r
5424             <param name="propertyName">Name of the property.</param>\r
5425             <param name="value">The value.</param>\r
5426         </member>\r
5427         <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)">\r
5428             <summary>\r
5429             Removes the property with the specified name.\r
5430             </summary>\r
5431             <param name="propertyName">Name of the property.</param>\r
5432             <returns>true if item was successfully removed; otherwise, false.</returns>\r
5433         </member>\r
5434         <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)">\r
5435             <summary>\r
5436             Tries the get value.\r
5437             </summary>\r
5438             <param name="propertyName">Name of the property.</param>\r
5439             <param name="value">The value.</param>\r
5440             <returns>true if a value was successfully retrieved; otherwise, false.</returns>\r
5441         </member>\r
5442         <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator">\r
5443             <summary>\r
5444             Returns an enumerator that iterates through the collection.\r
5445             </summary>\r
5446             <returns>\r
5447             A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.\r
5448             </returns>\r
5449         </member>\r
5450         <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)">\r
5451             <summary>\r
5452             Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments.\r
5453             </summary>\r
5454             <param name="propertyName">Name of the property.</param>\r
5455         </member>\r
5456         <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">\r
5457             <summary>\r
5458             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
5459             </summary>\r
5460             <param name="parameter">The expression tree representation of the runtime value.</param>\r
5461             <returns>\r
5462             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
5463             </returns>\r
5464         </member>\r
5465         <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens">\r
5466             <summary>\r
5467             Gets the container's children tokens.\r
5468             </summary>\r
5469             <value>The container's children tokens.</value>\r
5470         </member>\r
5471         <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged">\r
5472             <summary>\r
5473             Occurs when a property value changes.\r
5474             </summary>\r
5475         </member>\r
5476         <member name="P:Newtonsoft.Json.Linq.JObject.Type">\r
5477             <summary>\r
5478             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5479             </summary>\r
5480             <value>The type.</value>\r
5481         </member>\r
5482         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)">\r
5483             <summary>\r
5484             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.\r
5485             </summary>\r
5486             <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value>\r
5487         </member>\r
5488         <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)">\r
5489             <summary>\r
5490             Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.\r
5491             </summary>\r
5492             <value></value>\r
5493         </member>\r
5494         <member name="T:Newtonsoft.Json.Linq.JProperty">\r
5495             <summary>\r
5496             Represents a JSON property.\r
5497             </summary>\r
5498         </member>\r
5499         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)">\r
5500             <summary>\r
5501             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object.\r
5502             </summary>\r
5503             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param>\r
5504         </member>\r
5505         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])">\r
5506             <summary>\r
5507             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.\r
5508             </summary>\r
5509             <param name="name">The property name.</param>\r
5510             <param name="content">The property content.</param>\r
5511         </member>\r
5512         <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)">\r
5513             <summary>\r
5514             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class.\r
5515             </summary>\r
5516             <param name="name">The property name.</param>\r
5517             <param name="content">The property content.</param>\r
5518         </member>\r
5519         <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5520             <summary>\r
5521             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5522             </summary>\r
5523             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5524             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5525         </member>\r
5526         <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)">\r
5527             <summary>\r
5528             Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. \r
5529             </summary>\r
5530             <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param>\r
5531             <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns>\r
5532         </member>\r
5533         <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens">\r
5534             <summary>\r
5535             Gets the container's children tokens.\r
5536             </summary>\r
5537             <value>The container's children tokens.</value>\r
5538         </member>\r
5539         <member name="P:Newtonsoft.Json.Linq.JProperty.Name">\r
5540             <summary>\r
5541             Gets the property name.\r
5542             </summary>\r
5543             <value>The property name.</value>\r
5544         </member>\r
5545         <member name="P:Newtonsoft.Json.Linq.JProperty.Value">\r
5546             <summary>\r
5547             Gets or sets the property value.\r
5548             </summary>\r
5549             <value>The property value.</value>\r
5550         </member>\r
5551         <member name="P:Newtonsoft.Json.Linq.JProperty.Type">\r
5552             <summary>\r
5553             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5554             </summary>\r
5555             <value>The type.</value>\r
5556         </member>\r
5557         <member name="T:Newtonsoft.Json.Linq.JRaw">\r
5558             <summary>\r
5559             Represents a raw JSON string.\r
5560             </summary>\r
5561         </member>\r
5562         <member name="T:Newtonsoft.Json.Linq.JValue">\r
5563             <summary>\r
5564             Represents a value in JSON (string, integer, date, etc).\r
5565             </summary>\r
5566         </member>\r
5567         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)">\r
5568             <summary>\r
5569             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object.\r
5570             </summary>\r
5571             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param>\r
5572         </member>\r
5573         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)">\r
5574             <summary>\r
5575             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5576             </summary>\r
5577             <param name="value">The value.</param>\r
5578         </member>\r
5579         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)">\r
5580             <summary>\r
5581             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5582             </summary>\r
5583             <param name="value">The value.</param>\r
5584         </member>\r
5585         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)">\r
5586             <summary>\r
5587             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5588             </summary>\r
5589             <param name="value">The value.</param>\r
5590         </member>\r
5591         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)">\r
5592             <summary>\r
5593             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5594             </summary>\r
5595             <param name="value">The value.</param>\r
5596         </member>\r
5597         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)">\r
5598             <summary>\r
5599             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5600             </summary>\r
5601             <param name="value">The value.</param>\r
5602         </member>\r
5603         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)">\r
5604             <summary>\r
5605             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5606             </summary>\r
5607             <param name="value">The value.</param>\r
5608         </member>\r
5609         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)">\r
5610             <summary>\r
5611             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5612             </summary>\r
5613             <param name="value">The value.</param>\r
5614         </member>\r
5615         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)">\r
5616             <summary>\r
5617             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5618             </summary>\r
5619             <param name="value">The value.</param>\r
5620         </member>\r
5621         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)">\r
5622             <summary>\r
5623             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5624             </summary>\r
5625             <param name="value">The value.</param>\r
5626         </member>\r
5627         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)">\r
5628             <summary>\r
5629             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5630             </summary>\r
5631             <param name="value">The value.</param>\r
5632         </member>\r
5633         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)">\r
5634             <summary>\r
5635             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5636             </summary>\r
5637             <param name="value">The value.</param>\r
5638         </member>\r
5639         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)">\r
5640             <summary>\r
5641             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5642             </summary>\r
5643             <param name="value">The value.</param>\r
5644         </member>\r
5645         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)">\r
5646             <summary>\r
5647             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5648             </summary>\r
5649             <param name="value">The value.</param>\r
5650         </member>\r
5651         <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)">\r
5652             <summary>\r
5653             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value.\r
5654             </summary>\r
5655             <param name="value">The value.</param>\r
5656         </member>\r
5657         <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)">\r
5658             <summary>\r
5659             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.\r
5660             </summary>\r
5661             <param name="value">The value.</param>\r
5662             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns>\r
5663         </member>\r
5664         <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)">\r
5665             <summary>\r
5666             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.\r
5667             </summary>\r
5668             <param name="value">The value.</param>\r
5669             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns>\r
5670         </member>\r
5671         <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull">\r
5672             <summary>\r
5673             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.\r
5674             </summary>\r
5675             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>\r
5676         </member>\r
5677         <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined">\r
5678             <summary>\r
5679             Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.\r
5680             </summary>\r
5681             <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns>\r
5682         </member>\r
5683         <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])">\r
5684             <summary>\r
5685             Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
5686             </summary>\r
5687             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
5688             <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param>\r
5689         </member>\r
5690         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)">\r
5691             <summary>\r
5692             Indicates whether the current object is equal to another object of the same type.\r
5693             </summary>\r
5694             <returns>\r
5695             true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false.\r
5696             </returns>\r
5697             <param name="other">An object to compare with this object.</param>\r
5698         </member>\r
5699         <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)">\r
5700             <summary>\r
5701             Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.\r
5702             </summary>\r
5703             <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>\r
5704             <returns>\r
5705             true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.\r
5706             </returns>\r
5707             <exception cref="T:System.NullReferenceException">\r
5708             The <paramref name="obj"/> parameter is null.\r
5709             </exception>\r
5710         </member>\r
5711         <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode">\r
5712             <summary>\r
5713             Serves as a hash function for a particular type.\r
5714             </summary>\r
5715             <returns>\r
5716             A hash code for the current <see cref="T:System.Object"/>.\r
5717             </returns>\r
5718         </member>\r
5719         <member name="M:Newtonsoft.Json.Linq.JValue.ToString">\r
5720             <summary>\r
5721             Returns a <see cref="T:System.String"/> that represents this instance.\r
5722             </summary>\r
5723             <returns>\r
5724             A <see cref="T:System.String"/> that represents this instance.\r
5725             </returns>\r
5726         </member>\r
5727         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)">\r
5728             <summary>\r
5729             Returns a <see cref="T:System.String"/> that represents this instance.\r
5730             </summary>\r
5731             <param name="format">The format.</param>\r
5732             <returns>\r
5733             A <see cref="T:System.String"/> that represents this instance.\r
5734             </returns>\r
5735         </member>\r
5736         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)">\r
5737             <summary>\r
5738             Returns a <see cref="T:System.String"/> that represents this instance.\r
5739             </summary>\r
5740             <param name="formatProvider">The format provider.</param>\r
5741             <returns>\r
5742             A <see cref="T:System.String"/> that represents this instance.\r
5743             </returns>\r
5744         </member>\r
5745         <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)">\r
5746             <summary>\r
5747             Returns a <see cref="T:System.String"/> that represents this instance.\r
5748             </summary>\r
5749             <param name="format">The format.</param>\r
5750             <param name="formatProvider">The format provider.</param>\r
5751             <returns>\r
5752             A <see cref="T:System.String"/> that represents this instance.\r
5753             </returns>\r
5754         </member>\r
5755         <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">\r
5756             <summary>\r
5757             Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.\r
5758             </summary>\r
5759             <param name="parameter">The expression tree representation of the runtime value.</param>\r
5760             <returns>\r
5761             The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.\r
5762             </returns>\r
5763         </member>\r
5764         <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">\r
5765             <summary>\r
5766             Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.\r
5767             </summary>\r
5768             <param name="obj">An object to compare with this instance.</param>\r
5769             <returns>\r
5770             A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:\r
5771             Value\r
5772             Meaning\r
5773             Less than zero\r
5774             This instance is less than <paramref name="obj"/>.\r
5775             Zero\r
5776             This instance is equal to <paramref name="obj"/>.\r
5777             Greater than zero\r
5778             This instance is greater than <paramref name="obj"/>.\r
5779             </returns>\r
5780             <exception cref="T:System.ArgumentException">\r
5781                 <paramref name="obj"/> is not the same type as this instance.\r
5782             </exception>\r
5783         </member>\r
5784         <member name="P:Newtonsoft.Json.Linq.JValue.HasValues">\r
5785             <summary>\r
5786             Gets a value indicating whether this token has child tokens.\r
5787             </summary>\r
5788             <value>\r
5789                 <c>true</c> if this token has child values; otherwise, <c>false</c>.\r
5790             </value>\r
5791         </member>\r
5792         <member name="P:Newtonsoft.Json.Linq.JValue.Type">\r
5793             <summary>\r
5794             Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
5795             </summary>\r
5796             <value>The type.</value>\r
5797         </member>\r
5798         <member name="P:Newtonsoft.Json.Linq.JValue.Value">\r
5799             <summary>\r
5800             Gets or sets the underlying token value.\r
5801             </summary>\r
5802             <value>The underlying token value.</value>\r
5803         </member>\r
5804         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)">\r
5805             <summary>\r
5806             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object.\r
5807             </summary>\r
5808             <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param>\r
5809         </member>\r
5810         <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)">\r
5811             <summary>\r
5812             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class.\r
5813             </summary>\r
5814             <param name="rawJson">The raw json.</param>\r
5815         </member>\r
5816         <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)">\r
5817             <summary>\r
5818             Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.\r
5819             </summary>\r
5820             <param name="reader">The reader.</param>\r
5821             <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns>\r
5822         </member>\r
5823         <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">\r
5824             <summary>\r
5825             Specifies the settings used when merging JSON.\r
5826             </summary>\r
5827         </member>\r
5828         <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling">\r
5829             <summary>\r
5830             Gets or sets the method used when merging JSON arrays.\r
5831             </summary>\r
5832             <value>The method used when merging JSON arrays.</value>\r
5833         </member>\r
5834         <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer">\r
5835             <summary>\r
5836             Compares tokens to determine whether they are equal.\r
5837             </summary>\r
5838         </member>\r
5839         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)">\r
5840             <summary>\r
5841             Determines whether the specified objects are equal.\r
5842             </summary>\r
5843             <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
5844             <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param>\r
5845             <returns>\r
5846             true if the specified objects are equal; otherwise, false.\r
5847             </returns>\r
5848         </member>\r
5849         <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)">\r
5850             <summary>\r
5851             Returns a hash code for the specified object.\r
5852             </summary>\r
5853             <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param>\r
5854             <returns>A hash code for the specified object.</returns>\r
5855             <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception>\r
5856         </member>\r
5857         <member name="T:Newtonsoft.Json.Linq.JTokenReader">\r
5858             <summary>\r
5859             Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.\r
5860             </summary>\r
5861         </member>\r
5862         <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)">\r
5863             <summary>\r
5864             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class.\r
5865             </summary>\r
5866             <param name="token">The token to read from.</param>\r
5867         </member>\r
5868         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsBytes">\r
5869             <summary>\r
5870             Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[].\r
5871             </summary>\r
5872             <returns>\r
5873             A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.\r
5874             </returns>\r
5875         </member>\r
5876         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal">\r
5877             <summary>\r
5878             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
5879             </summary>\r
5880             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
5881         </member>\r
5882         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32">\r
5883             <summary>\r
5884             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
5885             </summary>\r
5886             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
5887         </member>\r
5888         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsString">\r
5889             <summary>\r
5890             Reads the next JSON token from the stream as a <see cref="T:System.String"/>.\r
5891             </summary>\r
5892             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
5893         </member>\r
5894         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime">\r
5895             <summary>\r
5896             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
5897             </summary>\r
5898             <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns>\r
5899         </member>\r
5900         <member name="M:Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset">\r
5901             <summary>\r
5902             Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.\r
5903             </summary>\r
5904             <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns>\r
5905         </member>\r
5906         <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read">\r
5907             <summary>\r
5908             Reads the next JSON token from the stream.\r
5909             </summary>\r
5910             <returns>\r
5911             true if the next token was read successfully; false if there are no more tokens to read.\r
5912             </returns>\r
5913         </member>\r
5914         <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken">\r
5915             <summary>\r
5916             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position.\r
5917             </summary>\r
5918         </member>\r
5919         <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path">\r
5920             <summary>\r
5921             Gets the path of the current JSON token. \r
5922             </summary>\r
5923         </member>\r
5924         <member name="T:Newtonsoft.Json.Linq.JTokenType">\r
5925             <summary>\r
5926             Specifies the type of token.\r
5927             </summary>\r
5928         </member>\r
5929         <member name="F:Newtonsoft.Json.Linq.JTokenType.None">\r
5930             <summary>\r
5931             No token type has been set.\r
5932             </summary>\r
5933         </member>\r
5934         <member name="F:Newtonsoft.Json.Linq.JTokenType.Object">\r
5935             <summary>\r
5936             A JSON object.\r
5937             </summary>\r
5938         </member>\r
5939         <member name="F:Newtonsoft.Json.Linq.JTokenType.Array">\r
5940             <summary>\r
5941             A JSON array.\r
5942             </summary>\r
5943         </member>\r
5944         <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor">\r
5945             <summary>\r
5946             A JSON constructor.\r
5947             </summary>\r
5948         </member>\r
5949         <member name="F:Newtonsoft.Json.Linq.JTokenType.Property">\r
5950             <summary>\r
5951             A JSON object property.\r
5952             </summary>\r
5953         </member>\r
5954         <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment">\r
5955             <summary>\r
5956             A comment.\r
5957             </summary>\r
5958         </member>\r
5959         <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer">\r
5960             <summary>\r
5961             An integer value.\r
5962             </summary>\r
5963         </member>\r
5964         <member name="F:Newtonsoft.Json.Linq.JTokenType.Float">\r
5965             <summary>\r
5966             A float value.\r
5967             </summary>\r
5968         </member>\r
5969         <member name="F:Newtonsoft.Json.Linq.JTokenType.String">\r
5970             <summary>\r
5971             A string value.\r
5972             </summary>\r
5973         </member>\r
5974         <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean">\r
5975             <summary>\r
5976             A boolean value.\r
5977             </summary>\r
5978         </member>\r
5979         <member name="F:Newtonsoft.Json.Linq.JTokenType.Null">\r
5980             <summary>\r
5981             A null value.\r
5982             </summary>\r
5983         </member>\r
5984         <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined">\r
5985             <summary>\r
5986             An undefined value.\r
5987             </summary>\r
5988         </member>\r
5989         <member name="F:Newtonsoft.Json.Linq.JTokenType.Date">\r
5990             <summary>\r
5991             A date value.\r
5992             </summary>\r
5993         </member>\r
5994         <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw">\r
5995             <summary>\r
5996             A raw JSON value.\r
5997             </summary>\r
5998         </member>\r
5999         <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes">\r
6000             <summary>\r
6001             A collection of bytes value.\r
6002             </summary>\r
6003         </member>\r
6004         <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid">\r
6005             <summary>\r
6006             A Guid value.\r
6007             </summary>\r
6008         </member>\r
6009         <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri">\r
6010             <summary>\r
6011             A Uri value.\r
6012             </summary>\r
6013         </member>\r
6014         <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan">\r
6015             <summary>\r
6016             A TimeSpan value.\r
6017             </summary>\r
6018         </member>\r
6019         <member name="T:Newtonsoft.Json.Linq.JTokenWriter">\r
6020             <summary>\r
6021             Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.\r
6022             </summary>\r
6023         </member>\r
6024         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)">\r
6025             <summary>\r
6026             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class writing to the given <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.\r
6027             </summary>\r
6028             <param name="container">The container being written to.</param>\r
6029         </member>\r
6030         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor">\r
6031             <summary>\r
6032             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class.\r
6033             </summary>\r
6034         </member>\r
6035         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush">\r
6036             <summary>\r
6037             Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.\r
6038             </summary>\r
6039         </member>\r
6040         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close">\r
6041             <summary>\r
6042             Closes this stream and the underlying stream.\r
6043             </summary>\r
6044         </member>\r
6045         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject">\r
6046             <summary>\r
6047             Writes the beginning of a JSON object.\r
6048             </summary>\r
6049         </member>\r
6050         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray">\r
6051             <summary>\r
6052             Writes the beginning of a JSON array.\r
6053             </summary>\r
6054         </member>\r
6055         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)">\r
6056             <summary>\r
6057             Writes the start of a constructor with the given name.\r
6058             </summary>\r
6059             <param name="name">The name of the constructor.</param>\r
6060         </member>\r
6061         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)">\r
6062             <summary>\r
6063             Writes the end.\r
6064             </summary>\r
6065             <param name="token">The token.</param>\r
6066         </member>\r
6067         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)">\r
6068             <summary>\r
6069             Writes the property name of a name/value pair on a JSON object.\r
6070             </summary>\r
6071             <param name="name">The name of the property.</param>\r
6072         </member>\r
6073         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)">\r
6074             <summary>\r
6075             Writes a <see cref="T:System.Object"/> value.\r
6076             An error will raised if the value cannot be written as a single JSON token.\r
6077             </summary>\r
6078             <param name="value">The <see cref="T:System.Object"/> value to write.</param>\r
6079         </member>\r
6080         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull">\r
6081             <summary>\r
6082             Writes a null value.\r
6083             </summary>\r
6084         </member>\r
6085         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined">\r
6086             <summary>\r
6087             Writes an undefined value.\r
6088             </summary>\r
6089         </member>\r
6090         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)">\r
6091             <summary>\r
6092             Writes raw JSON.\r
6093             </summary>\r
6094             <param name="json">The raw JSON to write.</param>\r
6095         </member>\r
6096         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)">\r
6097             <summary>\r
6098             Writes out a comment <code>/*...*/</code> containing the specified text.\r
6099             </summary>\r
6100             <param name="text">Text to place inside the comment.</param>\r
6101         </member>\r
6102         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)">\r
6103             <summary>\r
6104             Writes a <see cref="T:System.String"/> value.\r
6105             </summary>\r
6106             <param name="value">The <see cref="T:System.String"/> value to write.</param>\r
6107         </member>\r
6108         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)">\r
6109             <summary>\r
6110             Writes a <see cref="T:System.Int32"/> value.\r
6111             </summary>\r
6112             <param name="value">The <see cref="T:System.Int32"/> value to write.</param>\r
6113         </member>\r
6114         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)">\r
6115             <summary>\r
6116             Writes a <see cref="T:System.UInt32"/> value.\r
6117             </summary>\r
6118             <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>\r
6119         </member>\r
6120         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)">\r
6121             <summary>\r
6122             Writes a <see cref="T:System.Int64"/> value.\r
6123             </summary>\r
6124             <param name="value">The <see cref="T:System.Int64"/> value to write.</param>\r
6125         </member>\r
6126         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)">\r
6127             <summary>\r
6128             Writes a <see cref="T:System.UInt64"/> value.\r
6129             </summary>\r
6130             <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>\r
6131         </member>\r
6132         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)">\r
6133             <summary>\r
6134             Writes a <see cref="T:System.Single"/> value.\r
6135             </summary>\r
6136             <param name="value">The <see cref="T:System.Single"/> value to write.</param>\r
6137         </member>\r
6138         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)">\r
6139             <summary>\r
6140             Writes a <see cref="T:System.Double"/> value.\r
6141             </summary>\r
6142             <param name="value">The <see cref="T:System.Double"/> value to write.</param>\r
6143         </member>\r
6144         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)">\r
6145             <summary>\r
6146             Writes a <see cref="T:System.Boolean"/> value.\r
6147             </summary>\r
6148             <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>\r
6149         </member>\r
6150         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)">\r
6151             <summary>\r
6152             Writes a <see cref="T:System.Int16"/> value.\r
6153             </summary>\r
6154             <param name="value">The <see cref="T:System.Int16"/> value to write.</param>\r
6155         </member>\r
6156         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)">\r
6157             <summary>\r
6158             Writes a <see cref="T:System.UInt16"/> value.\r
6159             </summary>\r
6160             <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>\r
6161         </member>\r
6162         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)">\r
6163             <summary>\r
6164             Writes a <see cref="T:System.Char"/> value.\r
6165             </summary>\r
6166             <param name="value">The <see cref="T:System.Char"/> value to write.</param>\r
6167         </member>\r
6168         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)">\r
6169             <summary>\r
6170             Writes a <see cref="T:System.Byte"/> value.\r
6171             </summary>\r
6172             <param name="value">The <see cref="T:System.Byte"/> value to write.</param>\r
6173         </member>\r
6174         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)">\r
6175             <summary>\r
6176             Writes a <see cref="T:System.SByte"/> value.\r
6177             </summary>\r
6178             <param name="value">The <see cref="T:System.SByte"/> value to write.</param>\r
6179         </member>\r
6180         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)">\r
6181             <summary>\r
6182             Writes a <see cref="T:System.Decimal"/> value.\r
6183             </summary>\r
6184             <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>\r
6185         </member>\r
6186         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)">\r
6187             <summary>\r
6188             Writes a <see cref="T:System.DateTime"/> value.\r
6189             </summary>\r
6190             <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>\r
6191         </member>\r
6192         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)">\r
6193             <summary>\r
6194             Writes a <see cref="T:System.DateTimeOffset"/> value.\r
6195             </summary>\r
6196             <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param>\r
6197         </member>\r
6198         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])">\r
6199             <summary>\r
6200             Writes a <see cref="T:System.Byte"/>[] value.\r
6201             </summary>\r
6202             <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param>\r
6203         </member>\r
6204         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)">\r
6205             <summary>\r
6206             Writes a <see cref="T:System.TimeSpan"/> value.\r
6207             </summary>\r
6208             <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param>\r
6209         </member>\r
6210         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)">\r
6211             <summary>\r
6212             Writes a <see cref="T:System.Guid"/> value.\r
6213             </summary>\r
6214             <param name="value">The <see cref="T:System.Guid"/> value to write.</param>\r
6215         </member>\r
6216         <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)">\r
6217             <summary>\r
6218             Writes a <see cref="T:System.Uri"/> value.\r
6219             </summary>\r
6220             <param name="value">The <see cref="T:System.Uri"/> value to write.</param>\r
6221         </member>\r
6222         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken">\r
6223             <summary>\r
6224             Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position.\r
6225             </summary>\r
6226         </member>\r
6227         <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token">\r
6228             <summary>\r
6229             Gets the token being writen.\r
6230             </summary>\r
6231             <value>The token being writen.</value>\r
6232         </member>\r
6233         <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling">\r
6234             <summary>\r
6235             Specifies how JSON arrays are merged together.\r
6236             </summary>\r
6237         </member>\r
6238         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat">\r
6239             <summary>Concatenate arrays.</summary>\r
6240         </member>\r
6241         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union">\r
6242             <summary>Union arrays, skipping items that already exist.</summary>\r
6243         </member>\r
6244         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace">\r
6245             <summary>Replace all array items.</summary>\r
6246         </member>\r
6247         <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge">\r
6248             <summary>Merge array items together, matched by index.</summary>\r
6249         </member>\r
6250         <member name="T:Newtonsoft.Json.MemberSerialization">\r
6251             <summary>\r
6252             Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6253             </summary>\r
6254         </member>\r
6255         <member name="F:Newtonsoft.Json.MemberSerialization.OptOut">\r
6256             <summary>\r
6257             All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="!:NonSerializedAttribute"/>.\r
6258             This is the default member serialization mode.\r
6259             </summary>\r
6260         </member>\r
6261         <member name="F:Newtonsoft.Json.MemberSerialization.OptIn">\r
6262             <summary>\r
6263             Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized.\r
6264             This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>.\r
6265             </summary>\r
6266         </member>\r
6267         <member name="F:Newtonsoft.Json.MemberSerialization.Fields">\r
6268             <summary>\r
6269             All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="!:NonSerializedAttribute"/>.\r
6270             This member serialization mode can also be set by marking the class with <see cref="!:SerializableAttribute"/>\r
6271             and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false.\r
6272             </summary>\r
6273         </member>\r
6274         <member name="T:Newtonsoft.Json.MetadataPropertyHandling">\r
6275             <summary>\r
6276             Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6277             </summary>\r
6278         </member>\r
6279         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default">\r
6280             <summary>\r
6281             Read metadata properties located at the start of a JSON object.\r
6282             </summary>\r
6283         </member>\r
6284         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead">\r
6285             <summary>\r
6286             Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.\r
6287             </summary>\r
6288         </member>\r
6289         <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore">\r
6290             <summary>\r
6291             Do not try to read metadata properties.\r
6292             </summary>\r
6293         </member>\r
6294         <member name="T:Newtonsoft.Json.MissingMemberHandling">\r
6295             <summary>\r
6296             Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6297             </summary>\r
6298         </member>\r
6299         <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore">\r
6300             <summary>\r
6301             Ignore a missing member and do not attempt to deserialize it.\r
6302             </summary>\r
6303         </member>\r
6304         <member name="F:Newtonsoft.Json.MissingMemberHandling.Error">\r
6305             <summary>\r
6306             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization.\r
6307             </summary>\r
6308         </member>\r
6309         <member name="T:Newtonsoft.Json.NullValueHandling">\r
6310             <summary>\r
6311             Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6312             </summary>\r
6313             <example>\r
6314               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class"/>\r
6315               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example"/>\r
6316             </example>\r
6317         </member>\r
6318         <member name="F:Newtonsoft.Json.NullValueHandling.Include">\r
6319             <summary>\r
6320             Include null values when serializing and deserializing objects.\r
6321             </summary>\r
6322         </member>\r
6323         <member name="F:Newtonsoft.Json.NullValueHandling.Ignore">\r
6324             <summary>\r
6325             Ignore null values when serializing and deserializing objects.\r
6326             </summary>\r
6327         </member>\r
6328         <member name="T:Newtonsoft.Json.ObjectCreationHandling">\r
6329             <summary>\r
6330             Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6331             </summary>\r
6332         </member>\r
6333         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto">\r
6334             <summary>\r
6335             Reuse existing objects, create new objects when needed.\r
6336             </summary>\r
6337         </member>\r
6338         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse">\r
6339             <summary>\r
6340             Only reuse existing objects.\r
6341             </summary>\r
6342         </member>\r
6343         <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace">\r
6344             <summary>\r
6345             Always create new objects.\r
6346             </summary>\r
6347         </member>\r
6348         <member name="T:Newtonsoft.Json.PreserveReferencesHandling">\r
6349             <summary>\r
6350             Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6351             Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.\r
6352             </summary>\r
6353             <example>\r
6354               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References"/>       \r
6355             </example>\r
6356         </member>\r
6357         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None">\r
6358             <summary>\r
6359             Do not preserve references when serializing types.\r
6360             </summary>\r
6361         </member>\r
6362         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects">\r
6363             <summary>\r
6364             Preserve references when serializing into a JSON object structure.\r
6365             </summary>\r
6366         </member>\r
6367         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays">\r
6368             <summary>\r
6369             Preserve references when serializing into a JSON array structure.\r
6370             </summary>\r
6371         </member>\r
6372         <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All">\r
6373             <summary>\r
6374             Preserve references when serializing.\r
6375             </summary>\r
6376         </member>\r
6377         <member name="T:Newtonsoft.Json.ReferenceLoopHandling">\r
6378             <summary>\r
6379             Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
6380             </summary>\r
6381         </member>\r
6382         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error">\r
6383             <summary>\r
6384             Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered.\r
6385             </summary>\r
6386         </member>\r
6387         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore">\r
6388             <summary>\r
6389             Ignore loop references and do not serialize.\r
6390             </summary>\r
6391         </member>\r
6392         <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize">\r
6393             <summary>\r
6394             Serialize loop references.\r
6395             </summary>\r
6396         </member>\r
6397         <member name="T:Newtonsoft.Json.Required">\r
6398             <summary>\r
6399             Indicating whether a property is required.\r
6400             </summary>\r
6401         </member>\r
6402         <member name="F:Newtonsoft.Json.Required.Default">\r
6403             <summary>\r
6404             The property is not required. The default state.\r
6405             </summary>\r
6406         </member>\r
6407         <member name="F:Newtonsoft.Json.Required.AllowNull">\r
6408             <summary>\r
6409             The property must be defined in JSON but can be a null value.\r
6410             </summary>\r
6411         </member>\r
6412         <member name="F:Newtonsoft.Json.Required.Always">\r
6413             <summary>\r
6414             The property must be defined in JSON and cannot be a null value.\r
6415             </summary>\r
6416         </member>\r
6417         <member name="T:Newtonsoft.Json.Schema.Extensions">\r
6418             <summary>\r
6419             <para>\r
6420             Contains the JSON schema extension methods.\r
6421             </para>\r
6422             <note type="caution">\r
6423             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6424             </note>\r
6425             </summary>\r
6426         </member>\r
6427         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">\r
6428             <summary>\r
6429             <para>\r
6430             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.\r
6431             </para>\r
6432             <note type="caution">\r
6433             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6434             </note>\r
6435             </summary>\r
6436             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
6437             <param name="schema">The schema to test with.</param>\r
6438             <returns>\r
6439                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.\r
6440             </returns>\r
6441         </member>\r
6442         <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)">\r
6443             <summary>\r
6444             <para>\r
6445             Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid.\r
6446             </para>\r
6447             <note type="caution">\r
6448             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6449             </note>\r
6450             </summary>\r
6451             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
6452             <param name="schema">The schema to test with.</param>\r
6453             <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param>\r
6454             <returns>\r
6455                 <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>.\r
6456             </returns>\r
6457         </member>\r
6458         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)">\r
6459             <summary>\r
6460             <para>\r
6461             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6462             </para>\r
6463             <note type="caution">\r
6464             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6465             </note>\r
6466             </summary>\r
6467             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
6468             <param name="schema">The schema to test with.</param>\r
6469         </member>\r
6470         <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)">\r
6471             <summary>\r
6472             <para>\r
6473             Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>.\r
6474             </para>\r
6475             <note type="caution">\r
6476             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6477             </note>\r
6478             </summary>\r
6479             <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param>\r
6480             <param name="schema">The schema to test with.</param>\r
6481             <param name="validationEventHandler">The validation event handler.</param>\r
6482         </member>\r
6483         <member name="T:Newtonsoft.Json.Schema.JsonSchema">\r
6484             <summary>\r
6485             <para>\r
6486             An in-memory representation of a JSON Schema.\r
6487             </para>\r
6488             <note type="caution">\r
6489             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6490             </note>\r
6491             </summary>\r
6492         </member>\r
6493         <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor">\r
6494             <summary>\r
6495             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class.\r
6496             </summary>\r
6497         </member>\r
6498         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)">\r
6499             <summary>\r
6500             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
6501             </summary>\r
6502             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>\r
6503             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>\r
6504         </member>\r
6505         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
6506             <summary>\r
6507             Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.\r
6508             </summary>\r
6509             <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param>\r
6510             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param>\r
6511             <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns>\r
6512         </member>\r
6513         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)">\r
6514             <summary>\r
6515             Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON.\r
6516             </summary>\r
6517             <param name="json">A <see cref="T:System.String"/> that contains JSON.</param>\r
6518             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>\r
6519         </member>\r
6520         <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
6521             <summary>\r
6522             Parses the specified json.\r
6523             </summary>\r
6524             <param name="json">The json.</param>\r
6525             <param name="resolver">The resolver.</param>\r
6526             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns>\r
6527         </member>\r
6528         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)">\r
6529             <summary>\r
6530             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
6531             </summary>\r
6532             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
6533         </member>\r
6534         <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
6535             <summary>\r
6536             Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>.\r
6537             </summary>\r
6538             <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param>\r
6539             <param name="resolver">The resolver used.</param>\r
6540         </member>\r
6541         <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString">\r
6542             <summary>\r
6543             Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.\r
6544             </summary>\r
6545             <returns>\r
6546             A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.\r
6547             </returns>\r
6548         </member>\r
6549         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id">\r
6550             <summary>\r
6551             Gets or sets the id.\r
6552             </summary>\r
6553         </member>\r
6554         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title">\r
6555             <summary>\r
6556             Gets or sets the title.\r
6557             </summary>\r
6558         </member>\r
6559         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required">\r
6560             <summary>\r
6561             Gets or sets whether the object is required.\r
6562             </summary>\r
6563         </member>\r
6564         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly">\r
6565             <summary>\r
6566             Gets or sets whether the object is read only.\r
6567             </summary>\r
6568         </member>\r
6569         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden">\r
6570             <summary>\r
6571             Gets or sets whether the object is visible to users.\r
6572             </summary>\r
6573         </member>\r
6574         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient">\r
6575             <summary>\r
6576             Gets or sets whether the object is transient.\r
6577             </summary>\r
6578         </member>\r
6579         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description">\r
6580             <summary>\r
6581             Gets or sets the description of the object.\r
6582             </summary>\r
6583         </member>\r
6584         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type">\r
6585             <summary>\r
6586             Gets or sets the types of values allowed by the object.\r
6587             </summary>\r
6588             <value>The type.</value>\r
6589         </member>\r
6590         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern">\r
6591             <summary>\r
6592             Gets or sets the pattern.\r
6593             </summary>\r
6594             <value>The pattern.</value>\r
6595         </member>\r
6596         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength">\r
6597             <summary>\r
6598             Gets or sets the minimum length.\r
6599             </summary>\r
6600             <value>The minimum length.</value>\r
6601         </member>\r
6602         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength">\r
6603             <summary>\r
6604             Gets or sets the maximum length.\r
6605             </summary>\r
6606             <value>The maximum length.</value>\r
6607         </member>\r
6608         <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy">\r
6609             <summary>\r
6610             Gets or sets a number that the value should be divisble by.\r
6611             </summary>\r
6612             <value>A number that the value should be divisble by.</value>\r
6613         </member>\r
6614         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum">\r
6615             <summary>\r
6616             Gets or sets the minimum.\r
6617             </summary>\r
6618             <value>The minimum.</value>\r
6619         </member>\r
6620         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum">\r
6621             <summary>\r
6622             Gets or sets the maximum.\r
6623             </summary>\r
6624             <value>The maximum.</value>\r
6625         </member>\r
6626         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum">\r
6627             <summary>\r
6628             Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute.\r
6629             </summary>\r
6630             <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value>\r
6631         </member>\r
6632         <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum">\r
6633             <summary>\r
6634             Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute.\r
6635             </summary>\r
6636             <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value>\r
6637         </member>\r
6638         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems">\r
6639             <summary>\r
6640             Gets or sets the minimum number of items.\r
6641             </summary>\r
6642             <value>The minimum number of items.</value>\r
6643         </member>\r
6644         <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems">\r
6645             <summary>\r
6646             Gets or sets the maximum number of items.\r
6647             </summary>\r
6648             <value>The maximum number of items.</value>\r
6649         </member>\r
6650         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items">\r
6651             <summary>\r
6652             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.\r
6653             </summary>\r
6654             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value>\r
6655         </member>\r
6656         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation">\r
6657             <summary>\r
6658             Gets or sets a value indicating whether items in an array are validated using the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> instance at their array position from <see cref="P:Newtonsoft.Json.Schema.JsonSchema.Items"/>.\r
6659             </summary>\r
6660             <value>\r
6661                 <c>true</c> if items are validated using their array position; otherwise, <c>false</c>.\r
6662             </value>\r
6663         </member>\r
6664         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems">\r
6665             <summary>\r
6666             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.\r
6667             </summary>\r
6668             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value>\r
6669         </member>\r
6670         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems">\r
6671             <summary>\r
6672             Gets or sets a value indicating whether additional items are allowed.\r
6673             </summary>\r
6674             <value>\r
6675                 <c>true</c> if additional items are allowed; otherwise, <c>false</c>.\r
6676             </value>\r
6677         </member>\r
6678         <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems">\r
6679             <summary>\r
6680             Gets or sets whether the array items must be unique.\r
6681             </summary>\r
6682         </member>\r
6683         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties">\r
6684             <summary>\r
6685             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.\r
6686             </summary>\r
6687             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value>\r
6688         </member>\r
6689         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties">\r
6690             <summary>\r
6691             Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.\r
6692             </summary>\r
6693             <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value>\r
6694         </member>\r
6695         <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties">\r
6696             <summary>\r
6697             Gets or sets the pattern properties.\r
6698             </summary>\r
6699             <value>The pattern properties.</value>\r
6700         </member>\r
6701         <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties">\r
6702             <summary>\r
6703             Gets or sets a value indicating whether additional properties are allowed.\r
6704             </summary>\r
6705             <value>\r
6706                 <c>true</c> if additional properties are allowed; otherwise, <c>false</c>.\r
6707             </value>\r
6708         </member>\r
6709         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires">\r
6710             <summary>\r
6711             Gets or sets the required property if this property is present.\r
6712             </summary>\r
6713             <value>The required property if this property is present.</value>\r
6714         </member>\r
6715         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum">\r
6716             <summary>\r
6717             Gets or sets the a collection of valid enum values allowed.\r
6718             </summary>\r
6719             <value>A collection of valid enum values allowed.</value>\r
6720         </member>\r
6721         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow">\r
6722             <summary>\r
6723             Gets or sets disallowed types.\r
6724             </summary>\r
6725             <value>The disallow types.</value>\r
6726         </member>\r
6727         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default">\r
6728             <summary>\r
6729             Gets or sets the default value.\r
6730             </summary>\r
6731             <value>The default value.</value>\r
6732         </member>\r
6733         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends">\r
6734             <summary>\r
6735             Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.\r
6736             </summary>\r
6737             <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value>\r
6738         </member>\r
6739         <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format">\r
6740             <summary>\r
6741             Gets or sets the format.\r
6742             </summary>\r
6743             <value>The format.</value>\r
6744         </member>\r
6745         <member name="T:Newtonsoft.Json.Schema.JsonSchemaException">\r
6746             <summary>\r
6747             <para>\r
6748             Returns detailed information about the schema exception.\r
6749             </para>\r
6750             <note type="caution">\r
6751             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6752             </note>\r
6753             </summary>\r
6754         </member>\r
6755         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor">\r
6756             <summary>\r
6757             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class.\r
6758             </summary>\r
6759         </member>\r
6760         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)">\r
6761             <summary>\r
6762             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class\r
6763             with a specified error message.\r
6764             </summary>\r
6765             <param name="message">The error message that explains the reason for the exception.</param>\r
6766         </member>\r
6767         <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)">\r
6768             <summary>\r
6769             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class\r
6770             with a specified error message and a reference to the inner exception that is the cause of this exception.\r
6771             </summary>\r
6772             <param name="message">The error message that explains the reason for the exception.</param>\r
6773             <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>\r
6774         </member>\r
6775         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber">\r
6776             <summary>\r
6777             Gets the line number indicating where the error occurred.\r
6778             </summary>\r
6779             <value>The line number indicating where the error occurred.</value>\r
6780         </member>\r
6781         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition">\r
6782             <summary>\r
6783             Gets the line position indicating where the error occurred.\r
6784             </summary>\r
6785             <value>The line position indicating where the error occurred.</value>\r
6786         </member>\r
6787         <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path">\r
6788             <summary>\r
6789             Gets the path to the JSON where the error occurred.\r
6790             </summary>\r
6791             <value>The path to the JSON where the error occurred.</value>\r
6792         </member>\r
6793         <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator">\r
6794             <summary>\r
6795             <para>\r
6796             Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>.\r
6797             </para>\r
6798             <note type="caution">\r
6799             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6800             </note>\r
6801             </summary>\r
6802         </member>\r
6803         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)">\r
6804             <summary>\r
6805             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
6806             </summary>\r
6807             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
6808             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
6809         </member>\r
6810         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)">\r
6811             <summary>\r
6812             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
6813             </summary>\r
6814             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
6815             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>\r
6816             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
6817         </member>\r
6818         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)">\r
6819             <summary>\r
6820             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
6821             </summary>\r
6822             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
6823             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>\r
6824             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
6825         </member>\r
6826         <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)">\r
6827             <summary>\r
6828             Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type.\r
6829             </summary>\r
6830             <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param>\r
6831             <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param>\r
6832             <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param>\r
6833             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns>\r
6834         </member>\r
6835         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling">\r
6836             <summary>\r
6837             Gets or sets how undefined schemas are handled by the serializer.\r
6838             </summary>\r
6839         </member>\r
6840         <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver">\r
6841             <summary>\r
6842             Gets or sets the contract resolver.\r
6843             </summary>\r
6844             <value>The contract resolver.</value>\r
6845         </member>\r
6846         <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver">\r
6847             <summary>\r
6848             <para>\r
6849             Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id.\r
6850             </para>\r
6851             <note type="caution">\r
6852             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6853             </note>\r
6854             </summary>\r
6855         </member>\r
6856         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor">\r
6857             <summary>\r
6858             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class.\r
6859             </summary>\r
6860         </member>\r
6861         <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)">\r
6862             <summary>\r
6863             Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.\r
6864             </summary>\r
6865             <param name="reference">The id.</param>\r
6866             <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns>\r
6867         </member>\r
6868         <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas">\r
6869             <summary>\r
6870             Gets or sets the loaded schemas.\r
6871             </summary>\r
6872             <value>The loaded schemas.</value>\r
6873         </member>\r
6874         <member name="T:Newtonsoft.Json.Schema.JsonSchemaType">\r
6875             <summary>\r
6876             <para>\r
6877             The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>.\r
6878             </para>\r
6879             <note type="caution">\r
6880             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6881             </note>\r
6882             </summary>\r
6883         </member>\r
6884         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None">\r
6885             <summary>\r
6886             No type specified.\r
6887             </summary>\r
6888         </member>\r
6889         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String">\r
6890             <summary>\r
6891             String type.\r
6892             </summary>\r
6893         </member>\r
6894         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float">\r
6895             <summary>\r
6896             Float type.\r
6897             </summary>\r
6898         </member>\r
6899         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer">\r
6900             <summary>\r
6901             Integer type.\r
6902             </summary>\r
6903         </member>\r
6904         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean">\r
6905             <summary>\r
6906             Boolean type.\r
6907             </summary>\r
6908         </member>\r
6909         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object">\r
6910             <summary>\r
6911             Object type.\r
6912             </summary>\r
6913         </member>\r
6914         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array">\r
6915             <summary>\r
6916             Array type.\r
6917             </summary>\r
6918         </member>\r
6919         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null">\r
6920             <summary>\r
6921             Null type.\r
6922             </summary>\r
6923         </member>\r
6924         <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any">\r
6925             <summary>\r
6926             Any type.\r
6927             </summary>\r
6928         </member>\r
6929         <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling">\r
6930             <summary>\r
6931             <para>\r
6932             Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>.\r
6933             </para>\r
6934             <note type="caution">\r
6935             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6936             </note>\r
6937             </summary>\r
6938         </member>\r
6939         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None">\r
6940             <summary>\r
6941             Do not infer a schema Id.\r
6942             </summary>\r
6943         </member>\r
6944         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName">\r
6945             <summary>\r
6946             Use the .NET type name as the schema Id.\r
6947             </summary>\r
6948         </member>\r
6949         <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName">\r
6950             <summary>\r
6951             Use the assembly qualified .NET type name as the schema Id.\r
6952             </summary>\r
6953         </member>\r
6954         <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs">\r
6955             <summary>\r
6956             <para>\r
6957             Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>.\r
6958             </para>\r
6959             <note type="caution">\r
6960             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6961             </note>\r
6962             </summary>\r
6963         </member>\r
6964         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception">\r
6965             <summary>\r
6966             Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error.\r
6967             </summary>\r
6968             <value>The JsonSchemaException associated with the validation error.</value>\r
6969         </member>\r
6970         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path">\r
6971             <summary>\r
6972             Gets the path of the JSON location where the validation error occurred.\r
6973             </summary>\r
6974             <value>The path of the JSON location where the validation error occurred.</value>\r
6975         </member>\r
6976         <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message">\r
6977             <summary>\r
6978             Gets the text description corresponding to the validation error.\r
6979             </summary>\r
6980             <value>The text description.</value>\r
6981         </member>\r
6982         <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler">\r
6983             <summary>\r
6984             <para>\r
6985             Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>.\r
6986             </para>\r
6987             <note type="caution">\r
6988             JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details.\r
6989             </note>\r
6990             </summary>\r
6991         </member>\r
6992         <member name="T:Newtonsoft.Json.SerializationBinder">\r
6993             <summary>\r
6994             Allows users to control class loading and mandate what class to load.\r
6995             </summary>\r
6996         </member>\r
6997         <member name="M:Newtonsoft.Json.SerializationBinder.BindToType(System.String,System.String)">\r
6998             <summary>\r
6999             When overridden in a derived class, controls the binding of a serialized object to a type.\r
7000             </summary>\r
7001             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>\r
7002             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object</param>\r
7003             <returns>The type of the object the formatter creates a new instance of.</returns>\r
7004         </member>\r
7005         <member name="M:Newtonsoft.Json.SerializationBinder.BindToName(System.Type,System.String@,System.String@)">\r
7006             <summary>\r
7007             When overridden in a derived class, controls the binding of a serialized object to a type.\r
7008             </summary>\r
7009             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>\r
7010             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>\r
7011             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>\r
7012         </member>\r
7013         <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver">\r
7014             <summary>\r
7015             Resolves member mappings for a type, camel casing property names.\r
7016             </summary>\r
7017         </member>\r
7018         <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver">\r
7019             <summary>\r
7020             Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.\r
7021             </summary>\r
7022         </member>\r
7023         <member name="T:Newtonsoft.Json.Serialization.IContractResolver">\r
7024             <summary>\r
7025             Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>.\r
7026             </summary>\r
7027             <example>\r
7028               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class"/>\r
7029               <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example"/>\r
7030             </example>\r
7031         </member>\r
7032         <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)">\r
7033             <summary>\r
7034             Resolves the contract for a given type.\r
7035             </summary>\r
7036             <param name="type">The type to resolve a contract for.</param>\r
7037             <returns>The contract for a given type.</returns>\r
7038         </member>\r
7039         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor">\r
7040             <summary>\r
7041             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.\r
7042             </summary>\r
7043         </member>\r
7044         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)">\r
7045             <summary>\r
7046             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class.\r
7047             </summary>\r
7048             <param name="shareCache">\r
7049             If set to <c>true</c> the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> will use a cached shared with other resolvers of the same type.\r
7050             Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only\r
7051             happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different\r
7052             results. When set to false it is highly recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7053             </param>\r
7054         </member>\r
7055         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)">\r
7056             <summary>\r
7057             Resolves the contract for a given type.\r
7058             </summary>\r
7059             <param name="type">The type to resolve a contract for.</param>\r
7060             <returns>The contract for a given type.</returns>\r
7061         </member>\r
7062         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)">\r
7063             <summary>\r
7064             Gets the serializable members for the type.\r
7065             </summary>\r
7066             <param name="objectType">The type to get serializable members for.</param>\r
7067             <returns>The serializable members for the type.</returns>\r
7068         </member>\r
7069         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)">\r
7070             <summary>\r
7071             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.\r
7072             </summary>\r
7073             <param name="objectType">Type of the object.</param>\r
7074             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns>\r
7075         </member>\r
7076         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)">\r
7077             <summary>\r
7078             Creates the constructor parameters.\r
7079             </summary>\r
7080             <param name="constructor">The constructor to create properties for.</param>\r
7081             <param name="memberProperties">The type's member properties.</param>\r
7082             <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns>\r
7083         </member>\r
7084         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)">\r
7085             <summary>\r
7086             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.\r
7087             </summary>\r
7088             <param name="matchingMemberProperty">The matching member property.</param>\r
7089             <param name="parameterInfo">The constructor parameter.</param>\r
7090             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns>\r
7091         </member>\r
7092         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)">\r
7093             <summary>\r
7094             Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for the contract.\r
7095             </summary>\r
7096             <param name="objectType">Type of the object.</param>\r
7097             <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter"/>.</returns>\r
7098         </member>\r
7099         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)">\r
7100             <summary>\r
7101             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.\r
7102             </summary>\r
7103             <param name="objectType">Type of the object.</param>\r
7104             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns>\r
7105         </member>\r
7106         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)">\r
7107             <summary>\r
7108             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.\r
7109             </summary>\r
7110             <param name="objectType">Type of the object.</param>\r
7111             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns>\r
7112         </member>\r
7113         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)">\r
7114             <summary>\r
7115             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.\r
7116             </summary>\r
7117             <param name="objectType">Type of the object.</param>\r
7118             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns>\r
7119         </member>\r
7120         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)">\r
7121             <summary>\r
7122             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.\r
7123             </summary>\r
7124             <param name="objectType">Type of the object.</param>\r
7125             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns>\r
7126         </member>\r
7127         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">\r
7128             <summary>\r
7129             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.\r
7130             </summary>\r
7131             <param name="objectType">Type of the object.</param>\r
7132             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>\r
7133         </member>\r
7134         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">\r
7135             <summary>\r
7136             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.\r
7137             </summary>\r
7138             <param name="objectType">Type of the object.</param>\r
7139             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns>\r
7140         </member>\r
7141         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)">\r
7142             <summary>\r
7143             Determines which contract type is created for the given type.\r
7144             </summary>\r
7145             <param name="objectType">Type of the object.</param>\r
7146             <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns>\r
7147         </member>\r
7148         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)">\r
7149             <summary>\r
7150             Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.\r
7151             </summary>\r
7152             <param name="type">The type to create properties for.</param>\r
7153             /// <param name="memberSerialization">The member serialization mode for the type.</param>\r
7154             <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns>\r
7155         </member>\r
7156         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)">\r
7157             <summary>\r
7158             Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.\r
7159             </summary>\r
7160             <param name="member">The member.</param>\r
7161             <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns>\r
7162         </member>\r
7163         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)">\r
7164             <summary>\r
7165             Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.\r
7166             </summary>\r
7167             <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param>\r
7168             <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param>\r
7169             <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns>\r
7170         </member>\r
7171         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)">\r
7172             <summary>\r
7173             Resolves the name of the property.\r
7174             </summary>\r
7175             <param name="propertyName">Name of the property.</param>\r
7176             <returns>Resolved name of the property.</returns>\r
7177         </member>\r
7178         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)">\r
7179             <summary>\r
7180             Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys.\r
7181             </summary>\r
7182             <param name="dictionaryKey">Key of the dictionary.</param>\r
7183             <returns>Resolved key of the dictionary.</returns>\r
7184         </member>\r
7185         <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)">\r
7186             <summary>\r
7187             Gets the resolved name of the property.\r
7188             </summary>\r
7189             <param name="propertyName">Name of the property.</param>\r
7190             <returns>Name of the property.</returns>\r
7191         </member>\r
7192         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration">\r
7193             <summary>\r
7194             Gets a value indicating whether members are being get and set using dynamic code generation.\r
7195             This value is determined by the runtime permissions available.\r
7196             </summary>\r
7197             <value>\r
7198                 <c>true</c> if using dynamic code generation; otherwise, <c>false</c>.\r
7199             </value>\r
7200         </member>\r
7201         <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers">\r
7202             <summary>\r
7203             Gets or sets a value indicating whether compiler generated members should be serialized.\r
7204             </summary>\r
7205             <value>\r
7206                 <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>.\r
7207             </value>\r
7208         </member>\r
7209         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor">\r
7210             <summary>\r
7211             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class.\r
7212             </summary>\r
7213         </member>\r
7214         <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)">\r
7215             <summary>\r
7216             Resolves the name of the property.\r
7217             </summary>\r
7218             <param name="propertyName">Name of the property.</param>\r
7219             <returns>The property name camel cased.</returns>\r
7220         </member>\r
7221         <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">\r
7222             <summary>\r
7223             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.\r
7224             </summary>\r
7225         </member>\r
7226         <member name="T:Newtonsoft.Json.Serialization.IValueProvider">\r
7227             <summary>\r
7228             Provides methods to get and set values.\r
7229             </summary>\r
7230         </member>\r
7231         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)">\r
7232             <summary>\r
7233             Sets the value.\r
7234             </summary>\r
7235             <param name="target">The target to set the value on.</param>\r
7236             <param name="value">The value to set on the target.</param>\r
7237         </member>\r
7238         <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)">\r
7239             <summary>\r
7240             Gets the value.\r
7241             </summary>\r
7242             <param name="target">The target to get the value from.</param>\r
7243             <returns>The value.</returns>\r
7244         </member>\r
7245         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">\r
7246             <summary>\r
7247             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.\r
7248             </summary>\r
7249             <param name="memberInfo">The member info.</param>\r
7250         </member>\r
7251         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">\r
7252             <summary>\r
7253             Sets the value.\r
7254             </summary>\r
7255             <param name="target">The target to set the value on.</param>\r
7256             <param name="value">The value to set on the target.</param>\r
7257         </member>\r
7258         <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">\r
7259             <summary>\r
7260             Gets the value.\r
7261             </summary>\r
7262             <param name="target">The target to get the value from.</param>\r
7263             <returns>The value.</returns>\r
7264         </member>\r
7265         <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver">\r
7266             <summary>\r
7267             Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7268             </summary>\r
7269         </member>\r
7270         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)">\r
7271             <summary>\r
7272             Resolves a reference to its object.\r
7273             </summary>\r
7274             <param name="context">The serialization context.</param>\r
7275             <param name="reference">The reference to resolve.</param>\r
7276             <returns>The object that</returns>\r
7277         </member>\r
7278         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)">\r
7279             <summary>\r
7280             Gets the reference for the sepecified object.\r
7281             </summary>\r
7282             <param name="context">The serialization context.</param>\r
7283             <param name="value">The object to get a reference for.</param>\r
7284             <returns>The reference to the object.</returns>\r
7285         </member>\r
7286         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)">\r
7287             <summary>\r
7288             Determines whether the specified object is referenced.\r
7289             </summary>\r
7290             <param name="context">The serialization context.</param>\r
7291             <param name="value">The object to test for a reference.</param>\r
7292             <returns>\r
7293                 <c>true</c> if the specified object is referenced; otherwise, <c>false</c>.\r
7294             </returns>\r
7295         </member>\r
7296         <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)">\r
7297             <summary>\r
7298             Adds a reference to the specified object.\r
7299             </summary>\r
7300             <param name="context">The serialization context.</param>\r
7301             <param name="reference">The reference.</param>\r
7302             <param name="value">The object to reference.</param>\r
7303         </member>\r
7304         <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder">\r
7305             <summary>\r
7306             The default serialization binder used when resolving and loading classes from type names.\r
7307             </summary>\r
7308         </member>\r
7309         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)">\r
7310             <summary>\r
7311             When overridden in a derived class, controls the binding of a serialized object to a type.\r
7312             </summary>\r
7313             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>\r
7314             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>\r
7315             <returns>\r
7316             The type of the object the formatter creates a new instance of.\r
7317             </returns>\r
7318         </member>\r
7319         <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)">\r
7320             <summary>\r
7321             When overridden in a derived class, controls the binding of a serialized object to a type.\r
7322             </summary>\r
7323             <param name="serializedType">The type of the object the formatter creates a new instance of.</param>\r
7324             <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param>\r
7325             <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param>\r
7326         </member>\r
7327         <member name="T:Newtonsoft.Json.Serialization.ErrorContext">\r
7328             <summary>\r
7329             Provides information surrounding an error.\r
7330             </summary>\r
7331         </member>\r
7332         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error">\r
7333             <summary>\r
7334             Gets the error.\r
7335             </summary>\r
7336             <value>The error.</value>\r
7337         </member>\r
7338         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject">\r
7339             <summary>\r
7340             Gets the original object that caused the error.\r
7341             </summary>\r
7342             <value>The original object that caused the error.</value>\r
7343         </member>\r
7344         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member">\r
7345             <summary>\r
7346             Gets the member that caused the error.\r
7347             </summary>\r
7348             <value>The member that caused the error.</value>\r
7349         </member>\r
7350         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path">\r
7351             <summary>\r
7352             Gets the path of the JSON location where the error occurred.\r
7353             </summary>\r
7354             <value>The path of the JSON location where the error occurred.</value>\r
7355         </member>\r
7356         <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled">\r
7357             <summary>\r
7358             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled.\r
7359             </summary>\r
7360             <value><c>true</c> if handled; otherwise, <c>false</c>.</value>\r
7361         </member>\r
7362         <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs">\r
7363             <summary>\r
7364             Provides data for the Error event.\r
7365             </summary>\r
7366         </member>\r
7367         <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)">\r
7368             <summary>\r
7369             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class.\r
7370             </summary>\r
7371             <param name="currentObject">The current object.</param>\r
7372             <param name="errorContext">The error context.</param>\r
7373         </member>\r
7374         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject">\r
7375             <summary>\r
7376             Gets the current object the error event is being raised against.\r
7377             </summary>\r
7378             <value>The current object the error event is being raised against.</value>\r
7379         </member>\r
7380         <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext">\r
7381             <summary>\r
7382             Gets the error context.\r
7383             </summary>\r
7384             <value>The error context.</value>\r
7385         </member>\r
7386         <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">\r
7387             <summary>\r
7388             Provides methods to get attributes.\r
7389             </summary>\r
7390         </member>\r
7391         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)">\r
7392             <summary>\r
7393             Returns a collection of all of the attributes, or an empty collection if there are no attributes.\r
7394             </summary>\r
7395             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
7396             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
7397         </member>\r
7398         <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)">\r
7399             <summary>\r
7400             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.\r
7401             </summary>\r
7402             <param name="attributeType">The type of the attributes.</param>\r
7403             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
7404             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
7405         </member>\r
7406         <member name="T:Newtonsoft.Json.Serialization.ITraceWriter">\r
7407             <summary>\r
7408             Represents a trace writer.\r
7409             </summary>\r
7410         </member>\r
7411         <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(Newtonsoft.Json.TraceLevel,System.String,System.Exception)">\r
7412             <summary>\r
7413             Writes the specified trace level, message and optional exception.\r
7414             </summary>\r
7415             <param name="level">The <see cref="T:Newtonsoft.Json.TraceLevel"/> at which to write this trace.</param>\r
7416             <param name="message">The trace message.</param>\r
7417             <param name="ex">The trace exception. This parameter is optional.</param>\r
7418         </member>\r
7419         <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter">\r
7420             <summary>\r
7421             Gets the <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
7422             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,\r
7423             <code>Warning</code> and <code>Error</code> messages.\r
7424             </summary>\r
7425             <value>The <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value>\r
7426         </member>\r
7427         <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract">\r
7428             <summary>\r
7429             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7430             </summary>\r
7431         </member>\r
7432         <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract">\r
7433             <summary>\r
7434             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7435             </summary>\r
7436         </member>\r
7437         <member name="T:Newtonsoft.Json.Serialization.JsonContract">\r
7438             <summary>\r
7439             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7440             </summary>\r
7441         </member>\r
7442         <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType">\r
7443             <summary>\r
7444             Gets the underlying type for the contract.\r
7445             </summary>\r
7446             <value>The underlying type for the contract.</value>\r
7447         </member>\r
7448         <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType">\r
7449             <summary>\r
7450             Gets or sets the type created during deserialization.\r
7451             </summary>\r
7452             <value>The type created during deserialization.</value>\r
7453         </member>\r
7454         <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference">\r
7455             <summary>\r
7456             Gets or sets whether this type contract is serialized as a reference.\r
7457             </summary>\r
7458             <value>Whether this type contract is serialized as a reference.</value>\r
7459         </member>\r
7460         <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter">\r
7461             <summary>\r
7462             Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter"/> for this contract.\r
7463             </summary>\r
7464             <value>The converter.</value>\r
7465         </member>\r
7466         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks">\r
7467             <summary>\r
7468             Gets or sets all methods called immediately after deserialization of the object.\r
7469             </summary>\r
7470             <value>The methods called immediately after deserialization of the object.</value>\r
7471         </member>\r
7472         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks">\r
7473             <summary>\r
7474             Gets or sets all methods called during deserialization of the object.\r
7475             </summary>\r
7476             <value>The methods called during deserialization of the object.</value>\r
7477         </member>\r
7478         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks">\r
7479             <summary>\r
7480             Gets or sets all methods called after serialization of the object graph.\r
7481             </summary>\r
7482             <value>The methods called after serialization of the object graph.</value>\r
7483         </member>\r
7484         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks">\r
7485             <summary>\r
7486             Gets or sets all methods called before serialization of the object.\r
7487             </summary>\r
7488             <value>The methods called before serialization of the object.</value>\r
7489         </member>\r
7490         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks">\r
7491             <summary>\r
7492             Gets or sets all method called when an error is thrown during the serialization of the object.\r
7493             </summary>\r
7494             <value>The methods called when an error is thrown during the serialization of the object.</value>\r
7495         </member>\r
7496         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized">\r
7497             <summary>\r
7498             Gets or sets the method called immediately after deserialization of the object.\r
7499             </summary>\r
7500             <value>The method called immediately after deserialization of the object.</value>\r
7501         </member>\r
7502         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing">\r
7503             <summary>\r
7504             Gets or sets the method called during deserialization of the object.\r
7505             </summary>\r
7506             <value>The method called during deserialization of the object.</value>\r
7507         </member>\r
7508         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized">\r
7509             <summary>\r
7510             Gets or sets the method called after serialization of the object graph.\r
7511             </summary>\r
7512             <value>The method called after serialization of the object graph.</value>\r
7513         </member>\r
7514         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing">\r
7515             <summary>\r
7516             Gets or sets the method called before serialization of the object.\r
7517             </summary>\r
7518             <value>The method called before serialization of the object.</value>\r
7519         </member>\r
7520         <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError">\r
7521             <summary>\r
7522             Gets or sets the method called when an error is thrown during the serialization of the object.\r
7523             </summary>\r
7524             <value>The method called when an error is thrown during the serialization of the object.</value>\r
7525         </member>\r
7526         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator">\r
7527             <summary>\r
7528             Gets or sets the default creator method used to create the object.\r
7529             </summary>\r
7530             <value>The default creator method used to create the object.</value>\r
7531         </member>\r
7532         <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic">\r
7533             <summary>\r
7534             Gets or sets a value indicating whether the default creator is non public.\r
7535             </summary>\r
7536             <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value>\r
7537         </member>\r
7538         <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)">\r
7539             <summary>\r
7540             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class.\r
7541             </summary>\r
7542             <param name="underlyingType">The underlying type for the contract.</param>\r
7543         </member>\r
7544         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter">\r
7545             <summary>\r
7546             Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter"/>.\r
7547             </summary>\r
7548             <value>The converter.</value>\r
7549         </member>\r
7550         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference">\r
7551             <summary>\r
7552             Gets or sets a value indicating whether the collection items preserve object references.\r
7553             </summary>\r
7554             <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value>\r
7555         </member>\r
7556         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling">\r
7557             <summary>\r
7558             Gets or sets the collection item reference loop handling.\r
7559             </summary>\r
7560             <value>The reference loop handling.</value>\r
7561         </member>\r
7562         <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling">\r
7563             <summary>\r
7564             Gets or sets the collection item type name handling.\r
7565             </summary>\r
7566             <value>The type name handling.</value>\r
7567         </member>\r
7568         <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)">\r
7569             <summary>\r
7570             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class.\r
7571             </summary>\r
7572             <param name="underlyingType">The underlying type for the contract.</param>\r
7573         </member>\r
7574         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType">\r
7575             <summary>\r
7576             Gets the <see cref="T:System.Type"/> of the collection items.\r
7577             </summary>\r
7578             <value>The <see cref="T:System.Type"/> of the collection items.</value>\r
7579         </member>\r
7580         <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray">\r
7581             <summary>\r
7582             Gets a value indicating whether the collection type is a multidimensional array.\r
7583             </summary>\r
7584             <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value>\r
7585         </member>\r
7586         <member name="T:Newtonsoft.Json.Serialization.SerializationCallback">\r
7587             <summary>\r
7588             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events.\r
7589             </summary>\r
7590             <param name="o">The object that raised the callback event.</param>\r
7591             <param name="context">The streaming context.</param>\r
7592         </member>\r
7593         <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback">\r
7594             <summary>\r
7595             Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events.\r
7596             </summary>\r
7597             <param name="o">The object that raised the callback event.</param>\r
7598             <param name="context">The streaming context.</param>\r
7599             <param name="errorContext">The error context.</param>\r
7600         </member>\r
7601         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter">\r
7602             <summary>\r
7603             Sets extension data for an object during deserialization.\r
7604             </summary>\r
7605             <param name="o">The object to set extension data on.</param>\r
7606             <param name="key">The extension data key.</param>\r
7607             <param name="value">The extension data value.</param>\r
7608         </member>\r
7609         <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter">\r
7610             <summary>\r
7611             Gets extension data for an object during serialization.\r
7612             </summary>\r
7613             <param name="o">The object to set extension data on.</param>\r
7614         </member>\r
7615         <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract">\r
7616             <summary>\r
7617             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7618             </summary>\r
7619         </member>\r
7620         <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)">\r
7621             <summary>\r
7622             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class.\r
7623             </summary>\r
7624             <param name="underlyingType">The underlying type for the contract.</param>\r
7625         </member>\r
7626         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver">\r
7627             <summary>\r
7628             Gets or sets the property name resolver.\r
7629             </summary>\r
7630             <value>The property name resolver.</value>\r
7631         </member>\r
7632         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver">\r
7633             <summary>\r
7634             Gets or sets the dictionary key resolver.\r
7635             </summary>\r
7636             <value>The dictionary key resolver.</value>\r
7637         </member>\r
7638         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType">\r
7639             <summary>\r
7640             Gets the <see cref="T:System.Type"/> of the dictionary keys.\r
7641             </summary>\r
7642             <value>The <see cref="T:System.Type"/> of the dictionary keys.</value>\r
7643         </member>\r
7644         <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType">\r
7645             <summary>\r
7646             Gets the <see cref="T:System.Type"/> of the dictionary values.\r
7647             </summary>\r
7648             <value>The <see cref="T:System.Type"/> of the dictionary values.</value>\r
7649         </member>\r
7650         <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">\r
7651             <summary>\r
7652             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7653             </summary>\r
7654         </member>\r
7655         <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">\r
7656             <summary>\r
7657             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.\r
7658             </summary>\r
7659             <param name="underlyingType">The underlying type for the contract.</param>\r
7660         </member>\r
7661         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">\r
7662             <summary>\r
7663             Gets the object's properties.\r
7664             </summary>\r
7665             <value>The object's properties.</value>\r
7666         </member>\r
7667         <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">\r
7668             <summary>\r
7669             Gets or sets the property name resolver.\r
7670             </summary>\r
7671             <value>The property name resolver.</value>\r
7672         </member>\r
7673         <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract">\r
7674             <summary>\r
7675             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7676             </summary>\r
7677         </member>\r
7678         <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)">\r
7679             <summary>\r
7680             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class.\r
7681             </summary>\r
7682             <param name="underlyingType">The underlying type for the contract.</param>\r
7683         </member>\r
7684         <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract">\r
7685             <summary>\r
7686             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7687             </summary>\r
7688         </member>\r
7689         <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)">\r
7690             <summary>\r
7691             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class.\r
7692             </summary>\r
7693             <param name="underlyingType">The underlying type for the contract.</param>\r
7694         </member>\r
7695         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization">\r
7696             <summary>\r
7697             Gets or sets the object member serialization.\r
7698             </summary>\r
7699             <value>The member object serialization.</value>\r
7700         </member>\r
7701         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired">\r
7702             <summary>\r
7703             Gets or sets a value that indicates whether the object's properties are required.\r
7704             </summary>\r
7705             <value>\r
7706                 A value indicating whether the object's properties are required.\r
7707             </value>\r
7708         </member>\r
7709         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties">\r
7710             <summary>\r
7711             Gets the object's properties.\r
7712             </summary>\r
7713             <value>The object's properties.</value>\r
7714         </member>\r
7715         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters">\r
7716             <summary>\r
7717             Gets the constructor parameters required for any non-default constructor\r
7718             </summary>\r
7719         </member>\r
7720         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters">\r
7721             <summary>\r
7722             Gets a collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> instances that define the parameters used with <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"/>.\r
7723             </summary>\r
7724         </member>\r
7725         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor">\r
7726             <summary>\r
7727             Gets or sets the override constructor used to create the object.\r
7728             This is set when a constructor is marked up using the\r
7729             JsonConstructor attribute.\r
7730             </summary>\r
7731             <value>The override constructor.</value>\r
7732         </member>\r
7733         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor">\r
7734             <summary>\r
7735             Gets or sets the parametrized constructor used to create the object.\r
7736             </summary>\r
7737             <value>The parametrized constructor.</value>\r
7738         </member>\r
7739         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator">\r
7740             <summary>\r
7741             Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>.\r
7742             This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection.\r
7743             </summary>\r
7744             <value>The function used to create the object.</value>\r
7745         </member>\r
7746         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter">\r
7747             <summary>\r
7748             Gets or sets the extension data setter.\r
7749             </summary>\r
7750         </member>\r
7751         <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter">\r
7752             <summary>\r
7753             Gets or sets the extension data getter.\r
7754             </summary>\r
7755         </member>\r
7756         <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract">\r
7757             <summary>\r
7758             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7759             </summary>\r
7760         </member>\r
7761         <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)">\r
7762             <summary>\r
7763             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class.\r
7764             </summary>\r
7765             <param name="underlyingType">The underlying type for the contract.</param>\r
7766         </member>\r
7767         <member name="T:Newtonsoft.Json.Serialization.JsonProperty">\r
7768             <summary>\r
7769             Maps a JSON property to a .NET member or constructor parameter.\r
7770             </summary>\r
7771         </member>\r
7772         <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString">\r
7773             <summary>\r
7774             Returns a <see cref="T:System.String"/> that represents this instance.\r
7775             </summary>\r
7776             <returns>\r
7777             A <see cref="T:System.String"/> that represents this instance.\r
7778             </returns>\r
7779         </member>\r
7780         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName">\r
7781             <summary>\r
7782             Gets or sets the name of the property.\r
7783             </summary>\r
7784             <value>The name of the property.</value>\r
7785         </member>\r
7786         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType">\r
7787             <summary>\r
7788             Gets or sets the type that declared this property.\r
7789             </summary>\r
7790             <value>The type that declared this property.</value>\r
7791         </member>\r
7792         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order">\r
7793             <summary>\r
7794             Gets or sets the order of serialization and deserialization of a member.\r
7795             </summary>\r
7796             <value>The numeric order of serialization or deserialization.</value>\r
7797         </member>\r
7798         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName">\r
7799             <summary>\r
7800             Gets or sets the name of the underlying member or parameter.\r
7801             </summary>\r
7802             <value>The name of the underlying member or parameter.</value>\r
7803         </member>\r
7804         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider">\r
7805             <summary>\r
7806             Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.\r
7807             </summary>\r
7808             <value>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.</value>\r
7809         </member>\r
7810         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider">\r
7811             <summary>\r
7812             Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.\r
7813             </summary>\r
7814             <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value>\r
7815         </member>\r
7816         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType">\r
7817             <summary>\r
7818             Gets or sets the type of the property.\r
7819             </summary>\r
7820             <value>The type of the property.</value>\r
7821         </member>\r
7822         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter">\r
7823             <summary>\r
7824             Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter"/> for the property.\r
7825             If set this converter takes presidence over the contract converter for the property type.\r
7826             </summary>\r
7827             <value>The converter.</value>\r
7828         </member>\r
7829         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter">\r
7830             <summary>\r
7831             Gets or sets the member converter.\r
7832             </summary>\r
7833             <value>The member converter.</value>\r
7834         </member>\r
7835         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored">\r
7836             <summary>\r
7837             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored.\r
7838             </summary>\r
7839             <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>\r
7840         </member>\r
7841         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable">\r
7842             <summary>\r
7843             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable.\r
7844             </summary>\r
7845             <value><c>true</c> if readable; otherwise, <c>false</c>.</value>\r
7846         </member>\r
7847         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable">\r
7848             <summary>\r
7849             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable.\r
7850             </summary>\r
7851             <value><c>true</c> if writable; otherwise, <c>false</c>.</value>\r
7852         </member>\r
7853         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute">\r
7854             <summary>\r
7855             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute.\r
7856             </summary>\r
7857             <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value>\r
7858         </member>\r
7859         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue">\r
7860             <summary>\r
7861             Gets the default value.\r
7862             </summary>\r
7863             <value>The default value.</value>\r
7864         </member>\r
7865         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required">\r
7866             <summary>\r
7867             Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.\r
7868             </summary>\r
7869             <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value>\r
7870         </member>\r
7871         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference">\r
7872             <summary>\r
7873             Gets or sets a value indicating whether this property preserves object references.\r
7874             </summary>\r
7875             <value>\r
7876                 <c>true</c> if this instance is reference; otherwise, <c>false</c>.\r
7877             </value>\r
7878         </member>\r
7879         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling">\r
7880             <summary>\r
7881             Gets or sets the property null value handling.\r
7882             </summary>\r
7883             <value>The null value handling.</value>\r
7884         </member>\r
7885         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling">\r
7886             <summary>\r
7887             Gets or sets the property default value handling.\r
7888             </summary>\r
7889             <value>The default value handling.</value>\r
7890         </member>\r
7891         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling">\r
7892             <summary>\r
7893             Gets or sets the property reference loop handling.\r
7894             </summary>\r
7895             <value>The reference loop handling.</value>\r
7896         </member>\r
7897         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling">\r
7898             <summary>\r
7899             Gets or sets the property object creation handling.\r
7900             </summary>\r
7901             <value>The object creation handling.</value>\r
7902         </member>\r
7903         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling">\r
7904             <summary>\r
7905             Gets or sets or sets the type name handling.\r
7906             </summary>\r
7907             <value>The type name handling.</value>\r
7908         </member>\r
7909         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize">\r
7910             <summary>\r
7911             Gets or sets a predicate used to determine whether the property should be serialize.\r
7912             </summary>\r
7913             <value>A predicate used to determine whether the property should be serialize.</value>\r
7914         </member>\r
7915         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified">\r
7916             <summary>\r
7917             Gets or sets a predicate used to determine whether the property should be serialized.\r
7918             </summary>\r
7919             <value>A predicate used to determine whether the property should be serialized.</value>\r
7920         </member>\r
7921         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified">\r
7922             <summary>\r
7923             Gets or sets an action used to set whether the property has been deserialized.\r
7924             </summary>\r
7925             <value>An action used to set whether the property has been deserialized.</value>\r
7926         </member>\r
7927         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter">\r
7928             <summary>\r
7929             Gets or sets the converter used when serializing the property's collection items.\r
7930             </summary>\r
7931             <value>The collection's items converter.</value>\r
7932         </member>\r
7933         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference">\r
7934             <summary>\r
7935             Gets or sets whether this property's collection items are serialized as a reference.\r
7936             </summary>\r
7937             <value>Whether this property's collection items are serialized as a reference.</value>\r
7938         </member>\r
7939         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling">\r
7940             <summary>\r
7941             Gets or sets the the type name handling used when serializing the property's collection items.\r
7942             </summary>\r
7943             <value>The collection's items type name handling.</value>\r
7944         </member>\r
7945         <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling">\r
7946             <summary>\r
7947             Gets or sets the the reference loop handling used when serializing the property's collection items.\r
7948             </summary>\r
7949             <value>The collection's items reference loop handling.</value>\r
7950         </member>\r
7951         <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection">\r
7952             <summary>\r
7953             A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects.\r
7954             </summary>\r
7955         </member>\r
7956         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)">\r
7957             <summary>\r
7958             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class.\r
7959             </summary>\r
7960             <param name="type">The type.</param>\r
7961         </member>\r
7962         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)">\r
7963             <summary>\r
7964             When implemented in a derived class, extracts the key from the specified element.\r
7965             </summary>\r
7966             <param name="item">The element from which to extract the key.</param>\r
7967             <returns>The key for the specified element.</returns>\r
7968         </member>\r
7969         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)">\r
7970             <summary>\r
7971             Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.\r
7972             </summary>\r
7973             <param name="property">The property to add to the collection.</param>\r
7974         </member>\r
7975         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)">\r
7976             <summary>\r
7977             Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object.\r
7978             First attempts to get an exact case match of propertyName and then\r
7979             a case insensitive match.\r
7980             </summary>\r
7981             <param name="propertyName">Name of the property.</param>\r
7982             <returns>A matching property if found.</returns>\r
7983         </member>\r
7984         <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)">\r
7985             <summary>\r
7986             Gets a property by property name.\r
7987             </summary>\r
7988             <param name="propertyName">The name of the property to get.</param>\r
7989             <param name="comparisonType">Type property name string comparison.</param>\r
7990             <returns>A matching property if found.</returns>\r
7991         </member>\r
7992         <member name="T:Newtonsoft.Json.Serialization.JsonStringContract">\r
7993             <summary>\r
7994             Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
7995             </summary>\r
7996         </member>\r
7997         <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)">\r
7998             <summary>\r
7999             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class.\r
8000             </summary>\r
8001             <param name="underlyingType">The underlying type for the contract.</param>\r
8002         </member>\r
8003         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])">\r
8004             <summary>\r
8005             Lookup and create an instance of the JsonConverter type described by the argument.\r
8006             </summary>\r
8007             <param name="converterType">The JsonConverter type to create.</param>\r
8008             <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter.\r
8009             If null, the default constructor is used.</param>\r
8010         </member>\r
8011         <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.GetJsonConverterCreator(System.Type)">\r
8012             <summary>\r
8013             Create a factory function that can be used to create instances of a JsonConverter described by the \r
8014             argument type.  The returned function can then be used to either invoke the converter's default ctor, or any \r
8015             parameterized constructors by way of an object array.\r
8016             </summary>\r
8017         </member>\r
8018         <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter">\r
8019             <summary>\r
8020             Represents a trace writer that writes to memory. When the trace message limit is\r
8021             reached then old trace messages will be removed as new messages are added.\r
8022             </summary>\r
8023         </member>\r
8024         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor">\r
8025             <summary>\r
8026             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class.\r
8027             </summary>\r
8028         </member>\r
8029         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(Newtonsoft.Json.TraceLevel,System.String,System.Exception)">\r
8030             <summary>\r
8031             Writes the specified trace level, message and optional exception.\r
8032             </summary>\r
8033             <param name="level">The <see cref="T:Newtonsoft.Json.TraceLevel"/> at which to write this trace.</param>\r
8034             <param name="message">The trace message.</param>\r
8035             <param name="ex">The trace exception. This parameter is optional.</param>\r
8036         </member>\r
8037         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages">\r
8038             <summary>\r
8039             Returns an enumeration of the most recent trace messages.\r
8040             </summary>\r
8041             <returns>An enumeration of the most recent trace messages.</returns>\r
8042         </member>\r
8043         <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString">\r
8044             <summary>\r
8045             Returns a <see cref="T:System.String"/> of the most recent trace messages.\r
8046             </summary>\r
8047             <returns>\r
8048             A <see cref="T:System.String"/> of the most recent trace messages.\r
8049             </returns>\r
8050         </member>\r
8051         <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter">\r
8052             <summary>\r
8053             Gets the <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
8054             For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>,\r
8055             <code>Warning</code> and <code>Error</code> messages.\r
8056             </summary>\r
8057             <value>\r
8058             The <see cref="T:Newtonsoft.Json.TraceLevel"/> that will be used to filter the trace messages passed to the writer.\r
8059             </value>\r
8060         </member>\r
8061         <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1">\r
8062             <summary>\r
8063             Represents a method that constructs an object.\r
8064             </summary>\r
8065             <typeparam name="T">The object type to create.</typeparam>\r
8066         </member>\r
8067         <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute">\r
8068             <summary>\r
8069             When applied to a method, specifies that the method is called when an error occurs serializing an object.\r
8070             </summary>\r
8071         </member>\r
8072         <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider">\r
8073             <summary>\r
8074             Provides methods to get attributes from a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>.\r
8075             </summary>\r
8076         </member>\r
8077         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)">\r
8078             <summary>\r
8079             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class.\r
8080             </summary>\r
8081             <param name="attributeProvider">The instance to get attributes for. This parameter should be a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>.</param>\r
8082         </member>\r
8083         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)">\r
8084             <summary>\r
8085             Returns a collection of all of the attributes, or an empty collection if there are no attributes.\r
8086             </summary>\r
8087             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
8088             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
8089         </member>\r
8090         <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)">\r
8091             <summary>\r
8092             Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.\r
8093             </summary>\r
8094             <param name="attributeType">The type of the attributes.</param>\r
8095             <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param>\r
8096             <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns>\r
8097         </member>\r
8098         <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider">\r
8099             <summary>\r
8100             Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection.\r
8101             </summary>\r
8102         </member>\r
8103         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)">\r
8104             <summary>\r
8105             Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class.\r
8106             </summary>\r
8107             <param name="memberInfo">The member info.</param>\r
8108         </member>\r
8109         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)">\r
8110             <summary>\r
8111             Sets the value.\r
8112             </summary>\r
8113             <param name="target">The target to set the value on.</param>\r
8114             <param name="value">The value to set on the target.</param>\r
8115         </member>\r
8116         <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)">\r
8117             <summary>\r
8118             Gets the value.\r
8119             </summary>\r
8120             <param name="target">The target to get the value from.</param>\r
8121             <returns>The value.</returns>\r
8122         </member>\r
8123         <member name="T:Newtonsoft.Json.StringEscapeHandling">\r
8124             <summary>\r
8125             Specifies how strings are escaped when writing JSON text.\r
8126             </summary>\r
8127         </member>\r
8128         <member name="F:Newtonsoft.Json.StringEscapeHandling.Default">\r
8129             <summary>\r
8130             Only control characters (e.g. newline) are escaped.\r
8131             </summary>\r
8132         </member>\r
8133         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii">\r
8134             <summary>\r
8135             All non-ASCII and control characters (e.g. newline) are escaped.\r
8136             </summary>\r
8137         </member>\r
8138         <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml">\r
8139             <summary>\r
8140             HTML (&lt;, &gt;, &amp;, &apos;, &quot;) and control characters (e.g. newline) are escaped.\r
8141             </summary>\r
8142         </member>\r
8143         <member name="T:Newtonsoft.Json.TraceLevel">\r
8144             <summary>\r
8145             Specifies what messages to output for the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> class.\r
8146             </summary>\r
8147         </member>\r
8148         <member name="F:Newtonsoft.Json.TraceLevel.Off">\r
8149             <summary>\r
8150             Output no tracing and debugging messages.\r
8151             </summary>\r
8152         </member>\r
8153         <member name="F:Newtonsoft.Json.TraceLevel.Error">\r
8154             <summary>\r
8155             Output error-handling messages.\r
8156             </summary>\r
8157         </member>\r
8158         <member name="F:Newtonsoft.Json.TraceLevel.Warning">\r
8159             <summary>\r
8160             Output warnings and error-handling messages.\r
8161             </summary>\r
8162         </member>\r
8163         <member name="F:Newtonsoft.Json.TraceLevel.Info">\r
8164             <summary>\r
8165             Output informational messages, warnings, and error-handling messages.\r
8166             </summary>\r
8167         </member>\r
8168         <member name="F:Newtonsoft.Json.TraceLevel.Verbose">\r
8169             <summary>\r
8170             Output all debugging and tracing messages.\r
8171             </summary>\r
8172         </member>\r
8173         <member name="T:Newtonsoft.Json.TypeNameHandling">\r
8174             <summary>\r
8175             Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.\r
8176             </summary>\r
8177         </member>\r
8178         <member name="F:Newtonsoft.Json.TypeNameHandling.None">\r
8179             <summary>\r
8180             Do not include the .NET type name when serializing types.\r
8181             </summary>\r
8182         </member>\r
8183         <member name="F:Newtonsoft.Json.TypeNameHandling.Objects">\r
8184             <summary>\r
8185             Include the .NET type name when serializing into a JSON object structure.\r
8186             </summary>\r
8187         </member>\r
8188         <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays">\r
8189             <summary>\r
8190             Include the .NET type name when serializing into a JSON array structure.\r
8191             </summary>\r
8192         </member>\r
8193         <member name="F:Newtonsoft.Json.TypeNameHandling.All">\r
8194             <summary>\r
8195             Always include the .NET type name when serializing.\r
8196             </summary>\r
8197         </member>\r
8198         <member name="F:Newtonsoft.Json.TypeNameHandling.Auto">\r
8199             <summary>\r
8200             Include the .NET type name when the type of the object being serialized is not the same as its declared type.\r
8201             </summary>\r
8202         </member>\r
8203         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})">\r
8204             <summary>\r
8205             Determines whether the collection is null or empty.\r
8206             </summary>\r
8207             <param name="collection">The collection.</param>\r
8208             <returns>\r
8209                 <c>true</c> if the collection is null or empty; otherwise, <c>false</c>.\r
8210             </returns>\r
8211         </member>\r
8212         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})">\r
8213             <summary>\r
8214             Adds the elements of the specified collection to the specified generic IList.\r
8215             </summary>\r
8216             <param name="initial">The list to add to.</param>\r
8217             <param name="collection">The collection of elements to add.</param>\r
8218         </member>\r
8219         <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">\r
8220             <summary>\r
8221             Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer{TSource}.\r
8222             </summary>\r
8223             <typeparam name="TSource">The type of the elements of source.</typeparam>\r
8224             <param name="list">A sequence in which to locate a value.</param>\r
8225             <param name="value">The object to locate in the sequence</param>\r
8226             <param name="comparer">An equality comparer to compare values.</param>\r
8227             <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, â€“1.</returns>\r
8228         </member>\r
8229         <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)">\r
8230             <summary>\r
8231             Converts the value to the specified type. If the value is unable to be converted, the\r
8232             value is checked whether it assignable to the specified type.\r
8233             </summary>\r
8234             <param name="initialValue">The value to convert.</param>\r
8235             <param name="culture">The culture to use when converting.</param>\r
8236             <param name="targetType">The type to convert or cast the value to.</param>\r
8237             <returns>\r
8238             The converted type. If conversion was unsuccessful, the initial value\r
8239             is returned if assignable to the target type.\r
8240             </returns>\r
8241         </member>\r
8242         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodWithResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback,Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">\r
8243             <summary>\r
8244             Helper method for generating a MetaObject which calls a\r
8245             specific method on Dynamic that returns a result\r
8246             </summary>\r
8247         </member>\r
8248         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">\r
8249             <summary>\r
8250             Helper method for generating a MetaObject which calls a\r
8251             specific method on Dynamic, but uses one of the arguments for\r
8252             the result.\r
8253             </summary>\r
8254         </member>\r
8255         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">\r
8256             <summary>\r
8257             Helper method for generating a MetaObject which calls a\r
8258             specific method on Dynamic, but uses one of the arguments for\r
8259             the result.\r
8260             </summary>\r
8261         </member>\r
8262         <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">\r
8263             <summary>\r
8264             Returns a Restrictions object which includes our current restrictions merged\r
8265             with a restriction limiting our type\r
8266             </summary>\r
8267         </member>\r
8268         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1">\r
8269             <summary>\r
8270             Gets a dictionary of the names and values of an Enum type.\r
8271             </summary>\r
8272             <returns></returns>\r
8273         </member>\r
8274         <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)">\r
8275             <summary>\r
8276             Gets a dictionary of the names and values of an Enum type.\r
8277             </summary>\r
8278             <param name="enumType">The enum type to get names and values for.</param>\r
8279             <returns></returns>\r
8280         </member>\r
8281         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)">\r
8282             <summary>\r
8283             Gets the type of the typed collection's items.\r
8284             </summary>\r
8285             <param name="type">The type.</param>\r
8286             <returns>The type of the typed collection's items.</returns>\r
8287         </member>\r
8288         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)">\r
8289             <summary>\r
8290             Gets the member's underlying type.\r
8291             </summary>\r
8292             <param name="member">The member.</param>\r
8293             <returns>The underlying type of the member.</returns>\r
8294         </member>\r
8295         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)">\r
8296             <summary>\r
8297             Determines whether the member is an indexed property.\r
8298             </summary>\r
8299             <param name="member">The member.</param>\r
8300             <returns>\r
8301                 <c>true</c> if the member is an indexed property; otherwise, <c>false</c>.\r
8302             </returns>\r
8303         </member>\r
8304         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)">\r
8305             <summary>\r
8306             Determines whether the property is an indexed property.\r
8307             </summary>\r
8308             <param name="property">The property.</param>\r
8309             <returns>\r
8310                 <c>true</c> if the property is an indexed property; otherwise, <c>false</c>.\r
8311             </returns>\r
8312         </member>\r
8313         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)">\r
8314             <summary>\r
8315             Gets the member's value on the object.\r
8316             </summary>\r
8317             <param name="member">The member.</param>\r
8318             <param name="target">The target object.</param>\r
8319             <returns>The member's value on the object.</returns>\r
8320         </member>\r
8321         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)">\r
8322             <summary>\r
8323             Sets the member's value on the target object.\r
8324             </summary>\r
8325             <param name="member">The member.</param>\r
8326             <param name="target">The target.</param>\r
8327             <param name="value">The value.</param>\r
8328         </member>\r
8329         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)">\r
8330             <summary>\r
8331             Determines whether the specified MemberInfo can be read.\r
8332             </summary>\r
8333             <param name="member">The MemberInfo to determine whether can be read.</param>\r
8334             /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param>\r
8335             <returns>\r
8336                 <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>.\r
8337             </returns>\r
8338         </member>\r
8339         <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)">\r
8340             <summary>\r
8341             Determines whether the specified MemberInfo can be set.\r
8342             </summary>\r
8343             <param name="member">The MemberInfo to determine whether can be set.</param>\r
8344             <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param>\r
8345             <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param>\r
8346             <returns>\r
8347                 <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>.\r
8348             </returns>\r
8349         </member>\r
8350         <member name="T:Newtonsoft.Json.Utilities.StringBuffer">\r
8351             <summary>\r
8352             Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.\r
8353             </summary>\r
8354         </member>\r
8355         <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)">\r
8356             <summary>\r
8357             Determines whether the string is all white space. Empty string will return false.\r
8358             </summary>\r
8359             <param name="s">The string to test whether it is all white space.</param>\r
8360             <returns>\r
8361                 <c>true</c> if the string is all white space; otherwise, <c>false</c>.\r
8362             </returns>\r
8363         </member>\r
8364         <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)">\r
8365             <summary>\r
8366             Nulls an empty string.\r
8367             </summary>\r
8368             <param name="s">The string.</param>\r
8369             <returns>Null if the string was null, otherwise the string unchanged.</returns>\r
8370         </member>\r
8371         <member name="T:Newtonsoft.Json.WriteState">\r
8372             <summary>\r
8373             Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>.\r
8374             </summary>\r
8375         </member>\r
8376         <member name="F:Newtonsoft.Json.WriteState.Error">\r
8377             <summary>\r
8378             An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state.\r
8379             You may call the <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <see cref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state.\r
8380             Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. \r
8381             </summary>\r
8382         </member>\r
8383         <member name="F:Newtonsoft.Json.WriteState.Closed">\r
8384             <summary>\r
8385             The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. \r
8386             </summary>\r
8387         </member>\r
8388         <member name="F:Newtonsoft.Json.WriteState.Object">\r
8389             <summary>\r
8390             An object is being written. \r
8391             </summary>\r
8392         </member>\r
8393         <member name="F:Newtonsoft.Json.WriteState.Array">\r
8394             <summary>\r
8395             A array is being written.\r
8396             </summary>\r
8397         </member>\r
8398         <member name="F:Newtonsoft.Json.WriteState.Constructor">\r
8399             <summary>\r
8400             A constructor is being written.\r
8401             </summary>\r
8402         </member>\r
8403         <member name="F:Newtonsoft.Json.WriteState.Property">\r
8404             <summary>\r
8405             A property is being written.\r
8406             </summary>\r
8407         </member>\r
8408         <member name="F:Newtonsoft.Json.WriteState.Start">\r
8409             <summary>\r
8410             A write method has not been called.\r
8411             </summary>\r
8412         </member>\r
8413     </members>\r
8414 </doc>\r